The individual data for a prop. More...
#include <W3DPropBuffer.h>
Public Attributes | |
| RenderObjClass * | m_robj |
| Render object for this kind of prop. | |
| Int | id |
| Coord3D | location |
| Drawing location. | |
| Int | propType |
| Type of prop. Index into m_propTypes. | |
| ObjectShroudStatus | ss |
| Bool | visible |
| Visible flag, updated each frame. | |
| SphereClass | bounds |
| Bounding sphere for culling to set the visible flag. | |
The individual data for a prop.
Definition at line 75 of file W3DPropBuffer.h.
| SphereClass TProp::bounds |
Bounding sphere for culling to set the visible flag.
Definition at line 82 of file W3DPropBuffer.h.
| Int TProp::id |
Definition at line 77 of file W3DPropBuffer.h.
| Coord3D TProp::location |
Drawing location.
Definition at line 78 of file W3DPropBuffer.h.
| RenderObjClass* TProp::m_robj |
Render object for this kind of prop.
Definition at line 76 of file W3DPropBuffer.h.
| Int TProp::propType |
Type of prop. Index into m_propTypes.
Definition at line 79 of file W3DPropBuffer.h.
| ObjectShroudStatus TProp::ss |
Definition at line 80 of file W3DPropBuffer.h.
| Bool TProp::visible |
Visible flag, updated each frame.
Definition at line 81 of file W3DPropBuffer.h.