public class FbxGlobalSettings
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| ColorRGBA | ambientColor | 
| float | frameRate | 
| float | unitScaleFactor | 
| Constructor and Description | 
|---|
| FbxGlobalSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fromElement(FbxElement element) | 
| Transform | getGlobalTransform() | 
public float unitScaleFactor
public ColorRGBA ambientColor
public float frameRate
public Transform getGlobalTransform()
Transform that converts from the FBX file coordinate
 system to jME3 coordinate system. 
 jME3's coordinate system is:
 public void fromElement(FbxElement element)