Blender V4.5
CCGKey Struct Reference

#include <BKE_ccg.hh>

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 25 of file BKE_ccg.hh.

Member Data Documentation

◆ elem_size

int CCGKey::elem_size

Definition at line 30 of file BKE_ccg.hh.

Referenced by multires_copy_dm_grid(), and multires_modifier_update_mdisps().

◆ grid_area

int CCGKey::grid_area

◆ grid_bytes

int CCGKey::grid_bytes

Definition at line 37 of file BKE_ccg.hh.

◆ grid_size

int CCGKey::grid_size

Definition at line 33 of file BKE_ccg.hh.

Referenced by multires_copy_dm_grid().

◆ has_mask

int CCGKey::has_mask

Definition at line 48 of file BKE_ccg.hh.

◆ has_normals

int CCGKey::has_normals

Definition at line 47 of file BKE_ccg.hh.

◆ level

int CCGKey::level

◆ mask_offset

int CCGKey::mask_offset

Definition at line 45 of file BKE_ccg.hh.

◆ normal_offset

int CCGKey::normal_offset

Definition at line 41 of file BKE_ccg.hh.


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