|
Blender V4.5
|
#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() |
Definition at line 33 of file dice.h.
Referenced by EdgeDice::eval_projected().
| float SubdParams::dicing_rate = 1.0f |
Definition at line 31 of file dice.h.
Referenced by EdgeDice::scale_factor().
Definition at line 26 of file dice.h.
Referenced by EdgeDice::EdgeDice(), EdgeDice::set_triangle(), and DiagSplit::split_patches().
| Transform SubdParams::objecttoworld = transform_identity() |
| bool SubdParams::ptex = false |
Definition at line 27 of file dice.h.
Referenced by EdgeDice::EdgeDice().