Blender V4.3
DNA_world_defaults.h File Reference

Go to the source code of this file.

Macros

World Struct
#define _DNA_DEFAULT_World
 

Macro Definition Documentation

◆ _DNA_DEFAULT_World

#define _DNA_DEFAULT_World
Value:
{ \
.flag = WO_USE_SUN_SHADOW, \
\
.horr = 0.05f, \
.horg = 0.05f, \
.horb = 0.05f, \
\
.aodist = 10.0f, \
.aoenergy = 1.0f, \
\
.preview = NULL, \
.miststa = 5.0f, \
.mistdist = 25.0f, \
\
.probe_resolution = LIGHT_PROBE_RESOLUTION_1024, \
.sun_threshold = 10.0f, \
.sun_angle = DEG2RADF(0.526f), \
\
.sun_shadow_filter_radius = 1.0f, \
.sun_shadow_maximum_resolution = 0.001f, \
.sun_shadow_jitter_overblur = 10.0f, \
}
#define DEG2RADF(_deg)
@ WO_USE_SUN_SHADOW
@ LIGHT_PROBE_RESOLUTION_1024
#define NULL

Definition at line 17 of file DNA_world_defaults.h.