Blender  V3.3
Public Attributes | List of all members
CCGKey Struct Reference

#include <BKE_ccg.h>

Public Attributes

int level
 
int elem_size
 
int grid_size
 
int grid_area
 
int grid_bytes
 
int normal_offset
 
int mask_offset
 
int has_normals
 
int has_mask
 

Detailed Description

Definition at line 32 of file BKE_ccg.h.

Member Data Documentation

◆ elem_size

int CCGKey::elem_size

◆ grid_area

int CCGKey::grid_area

◆ grid_bytes

int CCGKey::grid_bytes

Definition at line 44 of file BKE_ccg.h.

Referenced by BKE_subdiv_ccg_key(), and CCG_key().

◆ grid_size

int CCGKey::grid_size

◆ has_mask

int CCGKey::has_mask

◆ has_normals

int CCGKey::has_normals

Definition at line 54 of file BKE_ccg.h.

Referenced by BKE_subdiv_ccg_key(), CCG_elem_no(), and CCG_key().

◆ level

int CCGKey::level

Definition at line 33 of file BKE_ccg.h.

Referenced by BKE_subdiv_ccg_key(), CCG_key(), and multires_disp_run_cb().

◆ mask_offset

int CCGKey::mask_offset

Definition at line 52 of file BKE_ccg.h.

Referenced by BKE_subdiv_ccg_key(), CCG_elem_mask(), and CCG_key().

◆ normal_offset

int CCGKey::normal_offset

Definition at line 48 of file BKE_ccg.h.

Referenced by BKE_subdiv_ccg_key(), CCG_elem_no(), and CCG_key().


The documentation for this struct was generated from the following file: