Blender V4.3
LightCache Struct Reference

#include <DNA_lightprobe_types.h>

Public Attributes

int flag
 
int version
 
int type
 
int cube_len
 
int grid_len
 
int mips_len
 
int vis_res
 
int ref_res
 
char _pad [4][2]
 
LightCacheTexture grid_tx
 
LightCacheTexture cube_tx
 
LightCacheTexturecube_mips
 
LightProbeCachecube_data
 
LightGridCachegrid_data
 

Detailed Description

Definition at line 169 of file DNA_lightprobe_types.h.

Member Data Documentation

◆ _pad

char LightCache::_pad[4][2]

Definition at line 182 of file DNA_lightprobe_types.h.

◆ cube_data

LightProbeCache* LightCache::cube_data

Definition at line 192 of file DNA_lightprobe_types.h.

◆ cube_len

int LightCache::cube_len

Number of probes to use for rendering.

Definition at line 177 of file DNA_lightprobe_types.h.

◆ cube_mips

LightCacheTexture* LightCache::cube_mips

Does not contains valid GPUTexture, only data.

Definition at line 190 of file DNA_lightprobe_types.h.

◆ cube_tx

LightCacheTexture LightCache::cube_tx

Contains data for mipmap level 0.

Definition at line 188 of file DNA_lightprobe_types.h.

◆ flag

int LightCache::flag

Definition at line 170 of file DNA_lightprobe_types.h.

◆ grid_data

LightGridCache* LightCache::grid_data

Definition at line 193 of file DNA_lightprobe_types.h.

◆ grid_len

int LightCache::grid_len

Definition at line 177 of file DNA_lightprobe_types.h.

◆ grid_tx

LightCacheTexture LightCache::grid_tx

Definition at line 186 of file DNA_lightprobe_types.h.

◆ mips_len

int LightCache::mips_len

Number of mipmap level to use.

Definition at line 179 of file DNA_lightprobe_types.h.

◆ ref_res

int LightCache::ref_res

Definition at line 181 of file DNA_lightprobe_types.h.

◆ type

int LightCache::type

Type of data this cache contains.

Definition at line 174 of file DNA_lightprobe_types.h.

◆ version

int LightCache::version

Version number to know if the cache data is compatible with this version of blender.

Definition at line 172 of file DNA_lightprobe_types.h.

◆ vis_res

int LightCache::vis_res

Size of a visibility/reflection sample.

Definition at line 181 of file DNA_lightprobe_types.h.


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