com.threed.jpct.skeleton
Class VertexBoneInverter

java.lang.Object
  extended by com.threed.jpct.GenericVertexController
      extended by com.threed.jpct.skeleton.VertexBoneInverter
All Implemented Interfaces:
com.threed.jpct.IVertexController, java.io.Serializable

public class VertexBoneInverter
extends com.threed.jpct.GenericVertexController

Inverts the vertices of an object, to "undo" the rest pose.

Author:
mcgreevyj
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.threed.jpct.IVertexController
ALTER_SOURCE_MESH, PRESERVE_SOURCE_MESH
 
Method Summary
 void apply()
           
 
Methods inherited from class com.threed.jpct.GenericVertexController
cleanup, destroy, getDestinationMesh, getDestinationNormals, getMeshSize, getPolygonIDs, getSourceMesh, getSourceNormals, init, setup, updateMesh
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public void apply()