A brush uses one of 2 modes.
Enumerations | |
| enum class | SCULPTBRUSHMODE { NORMAL , GRAB } |
Functions | |
| enum SCULPTBRUSHMODE | MAXON_ENUM_LIST (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. |
| enum SCULPTBRUSHMODE MAXON_ENUM_LIST | ( | SCULPTBRUSHMODE | ) |