Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
CModel::Prop Struct Reference

#include <Model.h>

Collaboration diagram for CModel::Prop:
Collaboration graph
[legend]

Public Member Functions

 Prop ()
 

Public Attributes

float m_MinHeight
 
float m_MaxHeight
 
const SPropPointm_Point
 Location of the prop point within its parent model, relative to either a bone in the parent model or to the parent model's origin. More...
 
CModelAbstractm_Model
 Pointer to the model associated with this prop. More...
 
CObjectEntrym_ObjectEntry
 
bool m_Hidden
 Should this prop be temporarily removed from rendering? More...
 
bool m_Selectable
 

Constructor & Destructor Documentation

CModel::Prop::Prop ( )
inline

Member Data Documentation

bool CModel::Prop::m_Hidden

Should this prop be temporarily removed from rendering?

float CModel::Prop::m_MaxHeight
float CModel::Prop::m_MinHeight
CModelAbstract* CModel::Prop::m_Model

Pointer to the model associated with this prop.

Note that the transform matrix held by this model is the full object-to-world space transform, taking into account all parent model positioning (see CModel::ValidatePosition for positioning logic).

See also
CModel::ValidatePosition
CObjectEntry* CModel::Prop::m_ObjectEntry
const SPropPoint* CModel::Prop::m_Point

Location of the prop point within its parent model, relative to either a bone in the parent model or to the parent model's origin.

See the documentation for SPropPoint for more details.

See also
SPropPoint
bool CModel::Prop::m_Selectable

The documentation for this struct was generated from the following file: