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()

BrushObjectInfo ( )

Default constructor.

Member Data Documentation

◆  m_pObject

BaseObject * m_pObject

The object. Not always equal to m_pOriginObject.

◆  m_pOriginObject

BaseObject * m_pOriginObject

The original object.

◆  m_pDeformObject

BaseObject * m_pDeformObject

The deform object.

◆  m_pNeighbor

Neighbor * m_pNeighbor

The neighbor data.

◆  m_pPoints

const 向量 * m_pPoints

The points array.

◆  m_pGlobalPoints

向量 * m_pGlobalPoints

The global points.

◆  m_pNormals

向量 * m_pNormals

The normals.

◆  m_pPolys

const CPolygon * m_pPolys

The polygons array.

◆  m_PointCount

Int32 m_PointCount

The point count.

◆  m_PolyCount

Int32 m_PolyCount

The polygon count.