SculptCustomData Struct Reference 雕刻

| Library » Sculpt Brush

#include <lib_sculptbrush.h>

详细描述

Allows to change the BaseBitmap used for the dab.
SculptBrushParams::EnableCustomStamp ( true ) 和 SculptBrushParams::EnableBrushAccess ( true ) are both set then a call to SculptBrushParams::GetCustomData will be made right before the dab is drawn.
Simply set there pStamp to point to a BaseBitmap , that is owned by the brush itself.

公共成员函数

  SculptCustomData ()
void  清零 ()

Public Attributes

BaseBitmap pStamp

构造函数 & 析构函数文档编制

◆  SculptCustomData()

SculptCustomData ( )

Default constructor.

成员函数文档编制

◆  Clear()

void Clear ( )

Clears the bitmap.

Member Data Documentation

◆  pStamp

BaseBitmap * pStamp

The bitmap for the dab.