|
Blender V4.3
|
#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 |
| LightCacheTexture * | cube_mips |
| LightProbeCache * | cube_data |
| LightGridCache * | grid_data |
Definition at line 169 of file DNA_lightprobe_types.h.
| char LightCache::_pad[4][2] |
Definition at line 182 of file DNA_lightprobe_types.h.
| LightProbeCache* LightCache::cube_data |
Definition at line 192 of file DNA_lightprobe_types.h.
| int LightCache::cube_len |
Number of probes to use for rendering.
Definition at line 177 of file DNA_lightprobe_types.h.
| LightCacheTexture* LightCache::cube_mips |
Does not contains valid GPUTexture, only data.
Definition at line 190 of file DNA_lightprobe_types.h.
| LightCacheTexture LightCache::cube_tx |
Contains data for mipmap level 0.
Definition at line 188 of file DNA_lightprobe_types.h.
| int LightCache::flag |
Definition at line 170 of file DNA_lightprobe_types.h.
| LightGridCache* LightCache::grid_data |
Definition at line 193 of file DNA_lightprobe_types.h.
| int LightCache::grid_len |
Definition at line 177 of file DNA_lightprobe_types.h.
| LightCacheTexture LightCache::grid_tx |
Definition at line 186 of file DNA_lightprobe_types.h.
| int LightCache::mips_len |
Number of mipmap level to use.
Definition at line 179 of file DNA_lightprobe_types.h.
| int LightCache::ref_res |
Definition at line 181 of file DNA_lightprobe_types.h.
| int LightCache::type |
Type of data this cache contains.
Definition at line 174 of file DNA_lightprobe_types.h.
| 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.
| int LightCache::vis_res |
Size of a visibility/reflection sample.
Definition at line 181 of file DNA_lightprobe_types.h.