 |
Blender V4.3
|
Go to the documentation of this file.
17#define _DNA_DEFAULT_VolumeDisplay \
20 .wireframe_type = VOLUME_WIREFRAME_BOXES, \
21 .wireframe_detail = VOLUME_WIREFRAME_COARSE, \
22 .slice_depth = 0.5f, \
25#define _DNA_DEFAULT_VolumeRender \
27 .precision = VOLUME_PRECISION_HALF, \
28 .space = VOLUME_SPACE_OBJECT, \
33#define _DNA_DEFAULT_Volume \
35 .filepath[0] = '\0', \
38 .frame_duration = 0, \
39 .display = _DNA_DEFAULT_VolumeDisplay, \
40 .render = _DNA_DEFAULT_VolumeRender, \
41 .velocity_scale = 1.0f, \