BrushObjectInfo Class Reference Library » Character Animation
#include <lib_ca.h>
公共成员函数 |
|
BrushObjectInfo () |
Public Attributes |
|
BaseObject * | m_pObject |
BaseObject * | m_pOriginObject |
BaseObject * | m_pDeformObject |
Neighbor * | m_pNeighbor |
const 向量 * | m_pPoints |
向量 * | m_pGlobalPoints |
向量 * | 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 向量 * m_pPoints |
The points array.
向量 * m_pGlobalPoints |
The global points.
向量 * m_pNormals |
The normals.
const CPolygon * m_pPolys |
The polygons array.
Int32 m_PointCount |
The point count.
Int32 m_PolyCount |
The polygon count.