瀏覽代碼

char: Remove references to dead "ComputedVertices" class

This hasn't been a thing for nearly 13 years.
Sam Edwards 7 年之前
父節點
當前提交
280b13a289
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      panda/src/char/character.h
  2. 1 1
      panda/src/char/characterJoint.cxx

+ 0 - 1
panda/src/char/character.h

@@ -30,7 +30,6 @@
 #include "sliderTable.h"
 
 class CharacterJointBundle;
-class ComputedVertices;
 
 /**
  * An animated character, with skeleton-morph animation and either soft-

+ 1 - 1
panda/src/char/characterJoint.cxx

@@ -60,7 +60,7 @@ CharacterJoint(Character *character,
   // update_internals() to get our _net_transform set properly.
   update_internals(root, parent, true, false, current_thread);
 
-  // And then compute its inverse.  This is needed for ComputedVertices,
+  // And then compute its inverse.  This is needed for JointVertexTransform,
   // during animation.
   _initial_net_transform_inverse = invert(_net_transform);
 }