Open Search
    BrushObjectInfo Class Reference

    #include <lib_ca.h>

    Public Member Functions

     BrushObjectInfo ()
     

    Public Attributes

    BaseObjectm_pObject
     
    BaseObjectm_pOriginObject
     
    BaseObjectm_pDeformObject
     
    Neighborm_pNeighbor
     
    const Vectorm_pPoints
     
    Vectorm_pGlobalPoints
     
    Vectorm_pNormals
     
    const CPolygonm_pPolys
     
    Int32 m_PointCount
     
    Int32 m_PolyCount
     

    Constructor & Destructor Documentation

    ◆ 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 Vector* m_pPoints

    The points array.

    ◆ m_pGlobalPoints

    Vector* m_pGlobalPoints

    The global points.

    ◆ m_pNormals

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