#include<kfbxglobalsettings.h>
List of all members.
Detailed Description
This class contains functions for accessing global settings.
Definition at line68of filekfbxglobalsettings.h.
|
Properties |
KFbxTypedProperty<fbxInteger1> | UpAxis |
KFbxTypedProperty<fbxInteger1> | UpAxisSign |
KFbxTypedProperty<fbxInteger1> | FrontAxis |
KFbxTypedProperty<fbxInteger1> | FrontAxisSign |
KFbxTypedProperty<fbxInteger1> | CoordAxis |
KFbxTypedProperty<fbxInteger1> | CoordAxisSign |
KFbxTypedProperty<fbxDouble1> | UnitScaleFactor |
Axis system |
void | SetAxisSystem(constKFbxAxisSystem&pAxisSystem) |
| Set the coordinate system for the scene.
|
KFbxAxisSystem | GetAxisSystem() |
| Get the scene's coordinate system.
|
System Units |
void | SetSystemUnit(constKFbxSystemUnit&pOther) |
| Set the unit of measurement used by the system.
|
KFbxSystemUnit | GetSystemUnit() const |
| Get the unit of measurement used by the system.
|
Public Member Functions |
constKFbxGlobalSettings& | operator=(constKFbxGlobalSettings&pGlobalSettings) |
| Assignment operator.
|
Member Function Documentation
Set the coordinate system for the scene.
- Parameters:
| pAxisSystem | Coordinate system defined by the class kFbxAxisSystem. |
Get the scene's coordinate system.
- Returns:
- The coordinate system of the current scene, defined by the class kFbxAxisSystem.
Set the unit of measurement used by the system.
- Parameters:
| pOther | A unit of measurement defined by the class kFbxSystemUnit. |
Get the unit of measurement used by the system.
- Returns:
- The unit of measurement defined by the class kFbxSystemUnit.