 |
Blender
V2.93
|
Go to the documentation of this file.
30 #define _DNA_DEFAULT_VolumeDisplay \
33 .wireframe_type = VOLUME_WIREFRAME_BOXES, \
34 .wireframe_detail = VOLUME_WIREFRAME_COARSE, \
35 .slice_depth = 0.5f, \
38 #define _DNA_DEFAULT_VolumeRender \
40 .space = VOLUME_SPACE_OBJECT, \
45 #define _DNA_DEFAULT_Volume \
47 .filepath[0] = '\0', \
50 .frame_duration = 0, \
51 .display = _DNA_DEFAULT_VolumeDisplay, \
52 .render = _DNA_DEFAULT_VolumeRender, \