13 #include "../Resource/cXResourceFile.h"
cArrayRef< cModelFrame > m_aFrames
array of child frames
Definition: cModel.h:66
cSpheref m_BSphereFrame
combined model space bsphere. NOT valid once animated.
Definition: cModel.h:63
cMatrix4x4f m_mCombinedTransformation
multiply up all my parent chains matrices. how to transform into full model coords....
Definition: cModel.h:61
cBounds3f m_BBoxFrame
combined model space bbox. NOT valid once animated.
Definition: cModel.h:62
cString m_sName
Definition: cModel.h:59
cArrayRef< cModelMeshCont > m_aMeshCont
array of child meshes.
Definition: cModel.h:65
cModel(const FILECHAR_t *pszFileName)
Definition: cModel.h:84
Definition: cXResourceFile.h:20
Definition: cMatrix.h:194
Definition: cArrayRef.h:21
Definition: cRefPtr.h:225
Definition: Gray3D.cpp:12
cRefPtr< cModelMeshCont > cModelMeshContPtr
Definition: cModel.h:50
cRefPtr< cModel > cModelPtr
Definition: cModel.h:92
char FILECHAR_t
a UTF8 char in a file name. like TCHAR
Definition: FileName.h:22