|
Blender V4.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 24 of file DNA_volume_types.h.
| int VolumeDisplay::_pad[1] |
Definition at line 32 of file DNA_volume_types.h.
| int VolumeDisplay::axis_slice_method |
Definition at line 29 of file DNA_volume_types.h.
| float VolumeDisplay::density |
Definition at line 25 of file DNA_volume_types.h.
| int VolumeDisplay::interpolation_method |
Definition at line 28 of file DNA_volume_types.h.
| int VolumeDisplay::slice_axis |
Definition at line 30 of file DNA_volume_types.h.
| float VolumeDisplay::slice_depth |
Definition at line 31 of file DNA_volume_types.h.
| int VolumeDisplay::wireframe_detail |
Definition at line 27 of file DNA_volume_types.h.
| int VolumeDisplay::wireframe_type |
Definition at line 26 of file DNA_volume_types.h.
Referenced by blender::draw::overlay::Wireframe::object_sync(), and OVERLAY_wireframe_cache_populate().