shout3d.core
Class PhysiqueSkeletalDeformer
java.lang.Object
|
+--shout3d.core.Node
|
+--shout3d.core.PhysiqueSkeletalDeformer
- public class PhysiqueSkeletalDeformer
- extends Node
- implements FieldObserver
A PhysiqueSkeletalDeformer
Methods inherited from class shout3d.core.Node |
cleanUp,
getDEFName,
getField,
getFieldByIndex,
getFieldName,
getNumFields,
getTypeName,
getViewer,
isOfType,
setDEFName,
setViewer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
rootBone
public final NodeField rootBone
allBones
public final NodeArrayField allBones
numBones
public final IntArrayField numBones
offset
public final FloatArrayField offset
weight
public final FloatArrayField weight
whichBone
public final IntArrayField whichBone
outPoint
public final FloatArrayField outPoint
PhysiqueSkeletalDeformer
public PhysiqueSkeletalDeformer()
- constructor
finalize
public void finalize()
throws java.lang.Throwable
onFieldChange
public void onFieldChange(Field theField,
java.lang.Object userData)
- Specified by:
- onFieldChange in interface FieldObserver