Blender
V3.3
|
#include <BKE_subdiv_ccg.h>
Public Attributes | |
int | resolution |
bool | need_normal |
bool | need_mask |
Definition at line 70 of file BKE_subdiv_ccg.h.
bool SubdivToCCGSettings::need_mask |
Definition at line 79 of file BKE_subdiv_ccg.h.
Referenced by subdiv_ccg_init_layers(), and subdiv_ccg_settings_init().
bool SubdivToCCGSettings::need_normal |
Definition at line 78 of file BKE_subdiv_ccg.h.
Referenced by subdiv_ccg_init_layers(), and subdiv_ccg_settings_init().
int SubdivToCCGSettings::resolution |
Definition at line 76 of file BKE_subdiv_ccg.h.
Referenced by BKE_subdiv_to_ccg(), deformMatrices(), multires_as_ccg(), subdiv_as_ccg(), and subdiv_ccg_settings_init().