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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyCluster
(FbxCluster cluster) void
connectObject
(FbxObject object) void
connectObjectProperty
(FbxObject object, String property) void
fromElement
(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:
fromElement
in classFbxObject<IntMap<Mesh>>
-
getSkinDeformer
-
applyCluster
-
connectObject
- Specified by:
connectObject
in classFbxObject<IntMap<Mesh>>
-
connectObjectProperty
- Specified by:
connectObjectProperty
in classFbxObject<IntMap<Mesh>>
-
toJmeObject
- Specified by:
toJmeObject
in classFbxObject<IntMap<Mesh>>
-
toIRMesh
Convert FBXMesh to IRMesh.- Returns:
- a new IrMesh
-