Class for work with sculpting room. More...
Inherits coat::scripto::Room< SculptRoom >.
Public Member Functions | |
virtual SculptRoom & | focus () override |
SculptRoom & | clear () |
SculptRoom & | toSurface () |
SculptRoom & | toVoxel () |
SculptRoom & | surface (const bool &state) |
bool | surface () const |
SculptRoom & | operator+= (const Mesh &) |
With mesh: create a new v-layer (if don't exists) and add mesh. | |
SculptRoom & | operator|= (const Mesh &) |
With mesh: add mesh to a current v-layer. | |
Static Public Member Functions | |
static SculptRoom * | instance () |
Class for work with sculpting room.