public final class FbxObjectFactory
extends java.lang.Object
| Constructor and Description | 
|---|
FbxObjectFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static FbxObject | 
createObject(FbxElement element,
            AssetManager assetManager,
            java.lang.String sceneFolderName)
Automatically create an FBXObject by inspecting its class / subclass
 properties. 
 | 
public static FbxObject createObject(FbxElement element, AssetManager assetManager, java.lang.String sceneFolderName)
element - The element from which to create an object.assetManager - AssetManager to load dependent resourcessceneFolderName - Folder relative to which resources shall be loaded