#include <lib_ca.h>
Public Member Functions | |
| BrushObjectInfo () | |
Public Attributes | |
| BaseObject * | m_pObject |
| BaseObject * | m_pOriginObject |
| BaseObject * | m_pDeformObject |
| Neighbor * | m_pNeighbor |
| const Vector * | m_pPoints |
| Vector * | m_pGlobalPoints |
| Vector * | m_pNormals |
| const CPolygon * | m_pPolys |
| Int32 | m_PointCount |
| Int32 | m_PolyCount |
| BrushObjectInfo | ( | ) |
Default constructor.
| BaseObject* m_pObject |
The object. Not always equal to m_pOriginObject.
| BaseObject* m_pOriginObject |
The original object.
| BaseObject* m_pDeformObject |
The deform object.
| Neighbor* m_pNeighbor |
The neighbor data.
| const Vector* m_pPoints |
The points array.
| Vector* m_pGlobalPoints |
The global points.
| Vector * m_pNormals |
The normals.
| const CPolygon* m_pPolys |
The polygons array.
| Int32 m_PointCount |
The point count.
| Int32 m_PolyCount |
The polygon count.