80 enum _D3DXEFFECTDEFAULTTYPE m_eType; //!< param value type. D3DXEDT_STRING, DWORD, FLOATS (or array of such based on size of m_Value) VARTYPE_DWORD, VARTYPE_ArrayT
81 cHeapBlock m_Value; //!< binary blob of data for param value. D3DXEFFECTDEFAULT
184 ModelX_FrameMask_t m_uFrameFlags; //!< inside, outside,... flags for meshes in this frame
185 ModelX_FrameMask_t m_uChildrenFlags; //!< all frame children flags concatenated. (NOT sibs)
186
187 cMatrix4x4f m_mCombinedTransformation; //!< multiply up all my parent chains matrices. how to transform into full model coords. NOT valid if animated
188 cBounds3f m_BBoxFrame; //!< combined model space bbox. NOT valid if animated.
189 cSpheref m_BSphereFrame; //!< combined model space bsphere. NOT valid if animated.