Detailed Description

A brush uses one of 2 modes.

Enumerations

enum class  SCULPTBRUSHMODE {
  NORMAL ,
  GRAB
}
 

Functions

enum SCULPTBRUSHMODE MAXON_ENUM_LIST (SCULPTBRUSHMODE)
 

Enumeration Type Documentation

◆ SCULPTBRUSHMODE

enum SCULPTBRUSHMODE
strong
Enumerator
NORMAL 

Samples the surface as the user moves over it the SculptObject and returns a new hit point and normal each time.

GRAB 

Calculates affected points, hit point and normal the first time the user clicks.
These are the only points that are affected as the user moves the mouse.
This mode is used by the Grab Tool which uses the BrushDabData::GetMousePos3D() method to get the mouse position in 3D space as the user moves it.

Function Documentation

◆ MAXON_ENUM_LIST()

enum SCULPTBRUSHMODE MAXON_ENUM_LIST ( SCULPTBRUSHMODE  )