Class FbxObjectFactory

java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObjectFactory

public final class FbxObjectFactory extends Object
Responsible for producing FBX objects given an FBXElement.
  • Method Details

    • createObject

      public static FbxObject createObject(FbxElement element, AssetManager assetManager, String sceneFolderName)
      Automatically create an FBXObject by inspecting its class / subclass properties.
      Parameters:
      element - The element from which to create an object.
      assetManager - AssetManager to load dependent resources
      sceneFolderName - Folder relative to which resources shall be loaded
      Returns:
      The object, or null if not supported (?)