![]() |
Plasma Engine
2.0
|
Static Public Member Functions | |
static void | PropertyMetaStateEventHandler (plPropertyMetaStateEvent &e) |
![]() | |
static const plRTTI * | GetStaticRTTI () |
Public Attributes | |
plString | m_sMeshFile |
float | m_fUniformScaling = 1.0f |
float | m_fRadius = 0.5f |
float | m_fRadius2 = 0.5f |
float | m_fHeight = 1.0f |
plAngle | m_Angle = plAngle::MakeFromDegree(360.0f) |
plUInt16 | m_uiDetail = 0 |
plUInt16 | m_uiDetail2 = 0 |
bool | m_bCap = true |
bool | m_bCap2 = true |
plEnum< plBasisAxis > | m_RightDir = plBasisAxis::PositiveY |
plEnum< plBasisAxis > | m_UpDir = plBasisAxis::PositiveZ |
bool | m_bFlipForwardDir = false |
plMeshPrimitive::Enum | m_PrimitiveType = plMeshPrimitive::Default |
bool | m_bRecalculateNormals = false |
bool | m_bRecalculateTrangents = true |
bool | m_bImportMaterials = true |
plEnum< plMeshNormalPrecision > | m_NormalPrecision |
plEnum< plMeshTexCoordPrecision > | m_TexCoordPrecision |
plEnum< plMeshVertexColorConversion > | m_VertexColorConversion |
plHybridArray< plMaterialResourceSlot, 8 > | m_Slots |
plUInt32 | m_uiVertices = 0 |
plUInt32 | m_uiTriangles = 0 |
Additional Inherited Members | |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const plRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |