Blender  V3.3
DNA_lightprobe_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_LightProbe \
17  { \
18  .grid_resolution_x = 4, \
19  .grid_resolution_y = 4, \
20  .grid_resolution_z = 4, \
21  .distinf = 2.5f, \
22  .distpar = 2.5f, \
23  .falloff = 0.2f, \
24  .clipsta = 0.8f, \
25  .clipend = 40.0f, \
26  .vis_bias = 1.0f, \
27  .vis_blur = 0.2f, \
28  .intensity = 1.0f, \
29  .flag = LIGHTPROBE_FLAG_SHOW_INFLUENCE, \
30  }
31 
34 /* clang-format on */