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 Summary
Fields inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectObject
(FbxObject object) void
connectObjectProperty
(FbxObject object, String property) void
fromElement
(FbxElement element) getLimb()
int[]
double[]
protected Object
Methods inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
-
Constructor Details
-
FbxCluster
-
-
Method Details
-
fromElement
- Overrides:
fromElement
in classFbxObject
-
getVertexIndices
public int[] getVertexIndices() -
getWeights
public double[] getWeights() -
getLimb
-
toJmeObject
- Specified by:
toJmeObject
in classFbxObject
-
connectObject
- Specified by:
connectObject
in classFbxObject
-
connectObjectProperty
- Specified by:
connectObjectProperty
in classFbxObject
-