Search in sources :

Example 1 with FbxGlobalSettings

use of com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings in project jmonkeyengine by jMonkeyEngine.

the class FbxLoader method loadGlobalSettings.

private void loadGlobalSettings(FbxElement element) {
    globalSettings = new FbxGlobalSettings();
    globalSettings.fromElement(element);
}
Also used : FbxGlobalSettings(com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings)

Aggregations

FbxGlobalSettings (com.jme3.scene.plugins.fbx.misc.FbxGlobalSettings)1