#include <lib_sculptbrush.h>
Allows to change the BaseBitmap used for the dab.
If SculptBrushParams::EnableCustomStamp(true) and 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.
Public Member Functions | |
SculptCustomData () | |
void | Clear () |
Public Attributes | |
BaseBitmap * | pStamp |
SculptCustomData | ( | ) |
Default constructor.
void Clear | ( | ) |
Clears the bitmap.
BaseBitmap* pStamp |
The bitmap for the dab.