Package com.jme3.scene.plugins.fbx.obj
Class FbxObjectFactory
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObjectFactory
Responsible for producing FBX objects given an FBXElement.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FbxObject
createObject
(FbxElement element, AssetManager assetManager, String sceneFolderName) Automatically create an FBXObject by inspecting its class / subclass properties.
-
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 resourcessceneFolderName
- Folder relative to which resources shall be loaded- Returns:
- The object, or null if not supported (?)
-