![]() |
XII Release 0.1.0
|
Static Public Member Functions | |
| static void | PropertyMetaStateEventHandler (xiiPropertyMetaStateEvent &e) |
Static Public Member Functions inherited from xiiNoBase | |
| static const xiiRTTI * | GetStaticRTTI () |
Public Attributes | |
| xiiString | m_sMeshFile |
| xiiString | m_sDefaultSkeleton |
| bool | m_bRecalculateNormals = false |
| bool | m_bRecalculateTrangents = true |
| bool | m_bNormalizeWeights = false |
| bool | m_bImportMaterials = true |
| xiiEnum< xiiMeshNormalPrecision > | m_NormalPrecision |
| xiiEnum< xiiMeshTexCoordPrecision > | m_TexCoordPrecision |
| xiiEnum< xiiMeshBoneWeigthPrecision > | m_BoneWeightPrecision |
| xiiEnum< xiiMeshVertexColorConversion > | m_VertexColorConversion |
| xiiHybridArray< xiiMaterialResourceSlot, 8 > | m_Slots |
| bool | m_bSimplifyMesh = false |
| bool | m_bAggressiveSimplification = false |
| xiiUInt8 | m_uiMeshSimplification = 50 |
| xiiUInt8 | m_uiMaxSimplificationError = 5 |
Additional Inherited Members | |
Public Member Functions inherited from xiiReflectedClass | |
| virtual const xiiRTTI * | GetDynamicRTTI () const |
| bool | IsInstanceOf (const xiiRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it. | |
| template<typename T> | |
| XII_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it. | |