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);
}
Aggregations