|
Blender
V2.93
|
#include <BKE_subdiv_ccg.h>
Public Attributes | |
| int | resolution |
| bool | need_normal |
| bool | need_mask |
Definition at line 86 of file BKE_subdiv_ccg.h.
| bool SubdivToCCGSettings::need_mask |
Definition at line 95 of file BKE_subdiv_ccg.h.
Referenced by subdiv_ccg_init_layers().
| bool SubdivToCCGSettings::need_normal |
Definition at line 94 of file BKE_subdiv_ccg.h.
Referenced by subdiv_ccg_init_layers().
| int SubdivToCCGSettings::resolution |
Definition at line 92 of file BKE_subdiv_ccg.h.
Referenced by BKE_subdiv_to_ccg(), deformMatrices(), multires_as_ccg(), and subdiv_as_ccg().