Package com.jme3.scene.plugins.fbx.mesh
Class FbxMesh
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject<JT>
com.jme3.scene.plugins.fbx.node.FbxNodeAttribute<IntMap<Mesh>>
com.jme3.scene.plugins.fbx.mesh.FbxMesh
-
Field Summary
Fields inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCluster(FbxCluster cluster) voidconnectObject(FbxObject object) voidconnectObjectProperty(FbxObject object, String property) voidfromElement(FbxElement element) toIRMesh()Convert FBXMesh to IRMesh.Methods inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
-
Constructor Details
-
FbxMesh
-
-
Method Details
-
fromElement
- Overrides:
fromElementin classFbxObject<IntMap<Mesh>>
-
getSkinDeformer
-
applyCluster
-
connectObject
- Specified by:
connectObjectin classFbxObject<IntMap<Mesh>>
-
connectObjectProperty
- Specified by:
connectObjectPropertyin classFbxObject<IntMap<Mesh>>
-
toJmeObject
- Specified by:
toJmeObjectin classFbxObject<IntMap<Mesh>>
-
toIRMesh
Convert FBXMesh to IRMesh.- Returns:
- a new IrMesh
-