 |
Blender
V3.3
|
Go to the documentation of this file.
16 #define _DNA_DEFAULT_VolumeDisplay \
19 .wireframe_type = VOLUME_WIREFRAME_BOXES, \
20 .wireframe_detail = VOLUME_WIREFRAME_COARSE, \
21 .slice_depth = 0.5f, \
24 #define _DNA_DEFAULT_VolumeRender \
26 .precision = VOLUME_PRECISION_HALF, \
27 .space = VOLUME_SPACE_OBJECT, \
32 #define _DNA_DEFAULT_Volume \
34 .filepath[0] = '\0', \
37 .frame_duration = 0, \
38 .display = _DNA_DEFAULT_VolumeDisplay, \
39 .render = _DNA_DEFAULT_VolumeRender, \
40 .velocity_scale = 1.0f, \