|
Blender V4.3
|
#include <dice.h>
Public Member Functions | |
| SubdParams (Mesh *mesh_, bool ptex_=false) | |
Public Attributes | |
| Mesh * | mesh |
| bool | ptex |
| int | test_steps |
| int | split_threshold |
| float | dicing_rate |
| int | max_level |
| Camera * | camera |
| Transform | objecttoworld |
Definition at line 35 of file dice.h.
References dicing_rate, max_level, NULL, ptex, split_threshold, and test_steps.
| Camera* SubdParams::camera |
Definition at line 32 of file dice.h.
Referenced by QuadDice::eval_projected().
| float SubdParams::dicing_rate |
Definition at line 30 of file dice.h.
Referenced by Mesh::get_subd_params(), QuadDice::scale_factor(), and SubdParams().
| int SubdParams::max_level |
Definition at line 31 of file dice.h.
Referenced by Mesh::get_subd_params(), and SubdParams().
| Mesh* SubdParams::mesh |
Definition at line 25 of file dice.h.
Referenced by EdgeDice::add_triangle(), EdgeDice::EdgeDice(), DiagSplit::post_split(), EdgeDice::reserve(), EdgeDice::set_vert(), DiagSplit::split_ngon(), DiagSplit::split_patches(), and DiagSplit::split_quad().
| Transform SubdParams::objecttoworld |
Definition at line 33 of file dice.h.
Referenced by Mesh::get_subd_params().
| bool SubdParams::ptex |
Definition at line 26 of file dice.h.
Referenced by EdgeDice::EdgeDice(), and SubdParams().
| int SubdParams::split_threshold |
Definition at line 29 of file dice.h.
Referenced by SubdParams().
| int SubdParams::test_steps |
Definition at line 28 of file dice.h.
Referenced by SubdParams().