Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CModel::Prop Struct Reference

#include <Model.h>

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...
 

Detailed Description

Definition at line 55 of file Model.h.

Constructor & Destructor Documentation

CModel::Prop::Prop ( )
inline

Definition at line 57 of file Model.h.

Member Data Documentation

bool CModel::Prop::m_Hidden

Should this prop be temporarily removed from rendering?

Definition at line 77 of file Model.h.

float CModel::Prop::m_maxHeight

Definition at line 60 of file Model.h.

float CModel::Prop::m_minHeight

Definition at line 59 of file Model.h.

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

Definition at line 74 of file Model.h.

CObjectEntry* CModel::Prop::m_ObjectEntry

Definition at line 75 of file Model.h.

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

Definition at line 67 of file Model.h.


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