|
Blender V5.0
|
#include <dice.h>
Public Member Functions | |
| SubdParams (Mesh *mesh_, bool ptex_=false) | |
Public Attributes | |
| Mesh * | mesh = nullptr |
| bool | ptex = false |
| int | test_steps = 3 |
| int | split_threshold = 1 |
| float | dicing_rate = 1.0f |
| int | max_level = 12 |
| Camera * | camera = nullptr |
| Transform | objecttoworld = transform_identity() |
| float SubdParams::dicing_rate = 1.0f |
Definition at line 31 of file dice.h.
Referenced by GeometryManager::device_update().
Definition at line 26 of file dice.h.
Referenced by SubdParams().
| Transform SubdParams::objecttoworld = transform_identity() |
| bool SubdParams::ptex = false |
Definition at line 27 of file dice.h.
Referenced by SubdParams().