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<com.jme3.util.IntMap<com.jme3.scene.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.protected com.jme3.util.IntMap<com.jme3.scene.Mesh>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<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
-
getSkinDeformer
-
applyCluster
-
connectObject
- Specified by:
connectObjectin classFbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
-
connectObjectProperty
- Specified by:
connectObjectPropertyin classFbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
-
toJmeObject
protected com.jme3.util.IntMap<com.jme3.scene.Mesh> toJmeObject()- Specified by:
toJmeObjectin classFbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
-
toIRMesh
Convert FBXMesh to IRMesh.- Returns:
- a new IrMesh
-