Blender V4.3
LightGridCache Struct Reference

#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
 

Detailed Description

Definition at line 141 of file DNA_lightprobe_types.h.

Member Data Documentation

◆ _pad4

float LightGridCache::_pad4

Definition at line 149 of file DNA_lightprobe_types.h.

◆ _pad5

float LightGridCache::_pad5

Definition at line 150 of file DNA_lightprobe_types.h.

◆ attenuation_bias

float LightGridCache::attenuation_bias

Definition at line 147 of file DNA_lightprobe_types.h.

◆ attenuation_scale

float LightGridCache::attenuation_scale

Definition at line 145 of file DNA_lightprobe_types.h.

◆ corner

float LightGridCache::corner[3]

Definition at line 145 of file DNA_lightprobe_types.h.

◆ increment_x

float LightGridCache::increment_x[3]

World space vector between 2 opposite cells.

Definition at line 147 of file DNA_lightprobe_types.h.

◆ increment_y

float LightGridCache::increment_y[3]

Definition at line 148 of file DNA_lightprobe_types.h.

◆ increment_z

float LightGridCache::increment_z[3]

Definition at line 149 of file DNA_lightprobe_types.h.

◆ level_bias

float LightGridCache::level_bias

Definition at line 148 of file DNA_lightprobe_types.h.

◆ mat

float LightGridCache::mat[4][4]

Definition at line 142 of file DNA_lightprobe_types.h.

◆ offset

int LightGridCache::offset

Definition at line 144 of file DNA_lightprobe_types.h.

◆ resolution

int LightGridCache::resolution[3]

Offset to the first irradiance sample in the pool.

Definition at line 144 of file DNA_lightprobe_types.h.

◆ visibility_bias

float LightGridCache::visibility_bias

Definition at line 150 of file DNA_lightprobe_types.h.

◆ visibility_bleed

float LightGridCache::visibility_bleed

Definition at line 150 of file DNA_lightprobe_types.h.

◆ visibility_range

float LightGridCache::visibility_range

Definition at line 150 of file DNA_lightprobe_types.h.


The documentation for this struct was generated from the following file: