|
Blender V4.5
|
#include <BKE_subdiv_ccg.hh>
Public Attributes | |
| int | resolution |
| bool | need_normal |
| bool | need_mask |
Definition at line 53 of file BKE_subdiv_ccg.hh.
| bool SubdivToCCGSettings::need_mask |
Definition at line 62 of file BKE_subdiv_ccg.hh.
Referenced by multires_ccg_settings_init(), and subdiv_ccg_settings_init().
| bool SubdivToCCGSettings::need_normal |
Definition at line 61 of file BKE_subdiv_ccg.hh.
Referenced by multires_ccg_settings_init(), and subdiv_ccg_settings_init().
| int SubdivToCCGSettings::resolution |
Definition at line 59 of file BKE_subdiv_ccg.hh.
Referenced by BKE_subdiv_to_ccg(), deform_matrices(), multires_as_ccg(), multires_ccg_settings_init(), subdiv_as_ccg(), and subdiv_ccg_settings_init().