Package com.jme3.scene.plugins.fbx.anim
Class FbxCluster
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject
com.jme3.scene.plugins.fbx.anim.FbxCluster
- 
Field SummaryFields inherited from class com.jme3.scene.plugins.fbx.obj.FbxObjectassetManager, className, id, jmeObject, name, sceneFolderName, subclassName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconnectObject(FbxObject object) voidconnectObjectProperty(FbxObject object, String property) voidfromElement(FbxElement element) getLimb()int[]double[]protected ObjectMethods inherited from class com.jme3.scene.plugins.fbx.obj.FbxObjectgetClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
- 
Constructor Details- 
FbxCluster
 
- 
- 
Method Details- 
fromElement- Overrides:
- fromElementin class- FbxObject
 
- 
getVertexIndicespublic int[] getVertexIndices()
- 
getWeightspublic double[] getWeights()
- 
getLimb
- 
toJmeObject- Specified by:
- toJmeObjectin class- FbxObject
 
- 
connectObject- Specified by:
- connectObjectin class- FbxObject
 
- 
connectObjectProperty- Specified by:
- connectObjectPropertyin class- FbxObject
 
 
-