|
Blender V4.3
|
#include <DNA_lightprobe_types.h>
Public Attributes | |
| float | mat [4][4] |
| int | resolution [3] |
| int | offset |
| float | corner [3] |
| float | attenuation_scale |
| float | increment_x [3] |
| float | attenuation_bias |
| float | increment_y [3] |
| float | level_bias |
| float | increment_z [3] |
| float | _pad4 |
| float | visibility_bias |
| float | visibility_bleed |
| float | visibility_range |
| float | _pad5 |
Definition at line 141 of file DNA_lightprobe_types.h.
| float LightGridCache::_pad4 |
Definition at line 149 of file DNA_lightprobe_types.h.
| float LightGridCache::_pad5 |
Definition at line 150 of file DNA_lightprobe_types.h.
| float LightGridCache::attenuation_bias |
Definition at line 147 of file DNA_lightprobe_types.h.
| float LightGridCache::attenuation_scale |
Definition at line 145 of file DNA_lightprobe_types.h.
| float LightGridCache::corner[3] |
Definition at line 145 of file DNA_lightprobe_types.h.
| float LightGridCache::increment_x[3] |
World space vector between 2 opposite cells.
Definition at line 147 of file DNA_lightprobe_types.h.
| float LightGridCache::increment_y[3] |
Definition at line 148 of file DNA_lightprobe_types.h.
| float LightGridCache::increment_z[3] |
Definition at line 149 of file DNA_lightprobe_types.h.
| float LightGridCache::level_bias |
Definition at line 148 of file DNA_lightprobe_types.h.
| float LightGridCache::mat[4][4] |
Definition at line 142 of file DNA_lightprobe_types.h.
| int LightGridCache::offset |
Definition at line 144 of file DNA_lightprobe_types.h.
| int LightGridCache::resolution[3] |
Offset to the first irradiance sample in the pool.
Definition at line 144 of file DNA_lightprobe_types.h.
| float LightGridCache::visibility_bias |
Definition at line 150 of file DNA_lightprobe_types.h.
| float LightGridCache::visibility_bleed |
Definition at line 150 of file DNA_lightprobe_types.h.
| float LightGridCache::visibility_range |
Definition at line 150 of file DNA_lightprobe_types.h.