Blender
V3.3
|
#include <DNA_volume_types.h>
Public Attributes | |
float | density |
int | wireframe_type |
int | wireframe_detail |
int | interpolation_method |
int | axis_slice_method |
int | slice_axis |
float | slice_depth |
int | _pad [1] |
Definition at line 34 of file DNA_volume_types.h.
int VolumeDisplay::_pad[1] |
Definition at line 42 of file DNA_volume_types.h.
int VolumeDisplay::axis_slice_method |
Definition at line 39 of file DNA_volume_types.h.
Referenced by workbench_volume_object_cache_populate().
float VolumeDisplay::density |
Definition at line 35 of file DNA_volume_types.h.
Referenced by workbench_volume_object_cache_populate().
int VolumeDisplay::interpolation_method |
Definition at line 38 of file DNA_volume_types.h.
Referenced by workbench_volume_object_cache_populate().
int VolumeDisplay::slice_axis |
Definition at line 40 of file DNA_volume_types.h.
Referenced by workbench_volume_object_cache_populate().
float VolumeDisplay::slice_depth |
Definition at line 41 of file DNA_volume_types.h.
Referenced by workbench_volume_object_cache_populate().
int VolumeDisplay::wireframe_detail |
Definition at line 37 of file DNA_volume_types.h.
Referenced by BKE_volume_grid_wireframe().
int VolumeDisplay::wireframe_type |
Definition at line 36 of file DNA_volume_types.h.
Referenced by BKE_volume_grid_wireframe(), DRW_volume_batch_cache_get_wireframes_face(), drw_volume_wireframe_cb(), and OVERLAY_wireframe_cache_populate().