char: Remove references to dead "ComputedVertices" class

This hasn't been a thing for nearly 13 years.
This commit is contained in:
Sam Edwards 2018-03-08 13:42:56 -07:00
parent 766b38fb7a
commit 280b13a289
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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);
}