Blender  V3.3
DNA_world_defaults.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 /* Struct members on own line. */
10 /* clang-format off */
11 
12 /* -------------------------------------------------------------------- */
16 #define _DNA_DEFAULT_World \
17  { \
18  .horr = 0.05f, \
19  .horg = 0.05f, \
20  .horb = 0.05f, \
21  \
22  .aodist = 10.0f, \
23  .aoenergy = 1.0f, \
24  \
25  .preview = NULL, \
26  .miststa = 5.0f, \
27  .mistdist = 25.0f, \
28  }
29 
32 /* clang-format on */