Blender  V3.3
DNA_lightprobe_defaults.h File Reference

Go to the source code of this file.

Macros

LightProbe Struct
#define _DNA_DEFAULT_LightProbe
 

Macro Definition Documentation

◆ _DNA_DEFAULT_LightProbe

#define _DNA_DEFAULT_LightProbe
Value:
{ \
.grid_resolution_x = 4, \
.grid_resolution_y = 4, \
.grid_resolution_z = 4, \
.distinf = 2.5f, \
.distpar = 2.5f, \
.falloff = 0.2f, \
.clipsta = 0.8f, \
.clipend = 40.0f, \
.vis_bias = 1.0f, \
.vis_blur = 0.2f, \
.intensity = 1.0f, \
}
@ LIGHTPROBE_FLAG_SHOW_INFLUENCE

Definition at line 16 of file DNA_lightprobe_defaults.h.