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

public final class FbxMesh extends FbxNodeAttribute<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
  • Constructor Details

    • FbxMesh

      public FbxMesh(com.jme3.asset.AssetManager assetManager, String sceneFolderName)
  • Method Details

    • fromElement

      public void fromElement(FbxElement element)
      Overrides:
      fromElement in class FbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
    • getSkinDeformer

      public FbxSkinDeformer getSkinDeformer()
    • applyCluster

      public void applyCluster(FbxCluster cluster)
    • connectObject

      public void connectObject(FbxObject object)
      Specified by:
      connectObject in class FbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
    • connectObjectProperty

      public void connectObjectProperty(FbxObject object, String property)
      Specified by:
      connectObjectProperty in class FbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
    • toJmeObject

      protected com.jme3.util.IntMap<com.jme3.scene.Mesh> toJmeObject()
      Specified by:
      toJmeObject in class FbxObject<com.jme3.util.IntMap<com.jme3.scene.Mesh>>
    • toIRMesh

      public IrMesh toIRMesh()
      Convert FBXMesh to IRMesh.
      Returns:
      a new IrMesh