|
Assimp
v4.1. (December 2018)
|
DOM class for global document settings, a single instance per document can be accessed via Document.Globals(). More...
Public Types | |
| enum | FrameRate { FrameRate_DEFAULT = 0, FrameRate_120 = 1, FrameRate_100 = 2, FrameRate_60 = 3, FrameRate_50 = 4, FrameRate_48 = 5, FrameRate_30 = 6, FrameRate_30_DROP = 7, FrameRate_NTSC_DROP_FRAME = 8, FrameRate_NTSC_FULL_FRAME = 9, FrameRate_PAL = 10, FrameRate_CINEMA = 11, FrameRate_1000 = 12, FrameRate_CINEMA_ND = 13, FrameRate_CUSTOM = 14, FrameRate_MAX } |
Public Member Functions | |
| fbx_simple_enum_property (TimeMode, FrameRate, FrameRate_DEFAULT) fbx_simple_property(TimeSpanStart | |
| fbx_simple_property (AmbientColor, aiVector3D, aiVector3D(0, 0, 0)) fbx_simple_property(DefaultCamera | |
| fbx_simple_property (CoordAxis, int, 0) fbx_simple_property(CoordAxisSign | |
| fbx_simple_property (FrontAxis, int, 2) fbx_simple_property(FrontAxisSign | |
| fbx_simple_property (OriginalUpAxis, int, 0) fbx_simple_property(OriginalUpAxisSign | |
| fbx_simple_property (TimeSpanStop, uint64_t, 0L) fbx_simple_property(CustomFrameRate | |
| fbx_simple_property (UnitScaleFactor, float, 1) fbx_simple_property(OriginalUnitScaleFactor | |
| fbx_simple_property (UpAxis, int, 1) fbx_simple_property(UpAxisSign | |
| FileGlobalSettings (const Document &doc, std::shared_ptr< const PropertyTable > props) | |
| const Document & | GetDocument () const |
| const PropertyTable & | Props () const |
| ~FileGlobalSettings () | |
Public Attributes | |
| float | |
| int | |
| uint64_t | |
DOM class for global document settings, a single instance per document can be accessed via Document.Globals().
| Assimp::FBX::FileGlobalSettings::FileGlobalSettings | ( | const Document & | doc, |
| std::shared_ptr< const PropertyTable > | props | ||
| ) |
| Assimp::FBX::FileGlobalSettings::~FileGlobalSettings | ( | ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_enum_property | ( | TimeMode | , |
| FrameRate | , | ||
| FrameRate_DEFAULT | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | AmbientColor | , |
| aiVector3D | , | ||
| aiVector3D(0, 0, 0) | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | CoordAxis | , |
| int | , | ||
| 0 | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | FrontAxis | , |
| int | , | ||
| 2 | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | OriginalUpAxis | , |
| int | , | ||
| 0 | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | TimeSpanStop | , |
| uint64_t | , | ||
| 0L | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | UnitScaleFactor | , |
| float | , | ||
| 1 | |||
| ) |
| Assimp::FBX::FileGlobalSettings::fbx_simple_property | ( | UpAxis | , |
| int | , | ||
| 1 | |||
| ) |
|
inline |
|
inline |
| Assimp::FBX::FileGlobalSettings::float |
| Assimp::FBX::FileGlobalSettings::int |
| Assimp::FBX::FileGlobalSettings::uint64_t |