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

#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]
 

Detailed Description

Definition at line 34 of file DNA_volume_types.h.

Member Data Documentation

◆ _pad

int VolumeDisplay::_pad[1]

Definition at line 42 of file DNA_volume_types.h.

◆ axis_slice_method

int VolumeDisplay::axis_slice_method

Definition at line 39 of file DNA_volume_types.h.

Referenced by workbench_volume_object_cache_populate().

◆ density

float VolumeDisplay::density

Definition at line 35 of file DNA_volume_types.h.

Referenced by workbench_volume_object_cache_populate().

◆ interpolation_method

int VolumeDisplay::interpolation_method

Definition at line 38 of file DNA_volume_types.h.

Referenced by workbench_volume_object_cache_populate().

◆ slice_axis

int VolumeDisplay::slice_axis

Definition at line 40 of file DNA_volume_types.h.

Referenced by workbench_volume_object_cache_populate().

◆ slice_depth

float VolumeDisplay::slice_depth

Definition at line 41 of file DNA_volume_types.h.

Referenced by workbench_volume_object_cache_populate().

◆ wireframe_detail

int VolumeDisplay::wireframe_detail

Definition at line 37 of file DNA_volume_types.h.

Referenced by BKE_volume_grid_wireframe().

◆ wireframe_type

int VolumeDisplay::wireframe_type

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