Blender V5.0
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 183 of file DNA_lightprobe_types.h.

Member Data Documentation

◆ _pad

char LightCache::_pad[4][2]

Definition at line 196 of file DNA_lightprobe_types.h.

◆ cube_data

LightProbeCache* LightCache::cube_data

Definition at line 206 of file DNA_lightprobe_types.h.

◆ cube_len

int LightCache::cube_len

Number of probes to use for rendering.

Definition at line 191 of file DNA_lightprobe_types.h.

◆ cube_mips

LightCacheTexture* LightCache::cube_mips

Does not contains valid blender::gpu::Texture, only data.

Definition at line 204 of file DNA_lightprobe_types.h.

◆ cube_tx

LightCacheTexture LightCache::cube_tx

Contains data for mipmap level 0.

Definition at line 202 of file DNA_lightprobe_types.h.

◆ flag

int LightCache::flag

Definition at line 184 of file DNA_lightprobe_types.h.

◆ grid_data

LightGridCache* LightCache::grid_data

Definition at line 207 of file DNA_lightprobe_types.h.

◆ grid_len

int LightCache::grid_len

Definition at line 191 of file DNA_lightprobe_types.h.

◆ grid_tx

LightCacheTexture LightCache::grid_tx

Definition at line 200 of file DNA_lightprobe_types.h.

◆ mips_len

int LightCache::mips_len

Number of mipmap level to use.

Definition at line 193 of file DNA_lightprobe_types.h.

◆ ref_res

int LightCache::ref_res

Definition at line 195 of file DNA_lightprobe_types.h.

◆ type

int LightCache::type

Type of data this cache contains.

Definition at line 188 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 186 of file DNA_lightprobe_types.h.

◆ vis_res

int LightCache::vis_res

Size of a visibility/reflection sample.

Definition at line 195 of file DNA_lightprobe_types.h.


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