#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 | ( | ) |
Default constructor.
void Clear | ( | ) |
Clears the bitmap.
BaseBitmap * pStamp |
The bitmap for the dab.