SculptCustomData Struct Reference

#include <lib_sculptbrush.h>

Detailed Description

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

BaseBitmappStamp
 

Constructor & Destructor Documentation

◆ SculptCustomData()

Default constructor.

Member Function Documentation

◆ Clear()

void Clear ( )

Clears the bitmap.

Member Data Documentation

◆ pStamp

BaseBitmap* pStamp

The bitmap for the dab.