|
Blender V5.0
|
#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 183 of file DNA_lightprobe_types.h.
| char LightCache::_pad[4][2] |
Definition at line 196 of file DNA_lightprobe_types.h.
| LightProbeCache* LightCache::cube_data |
Definition at line 206 of file DNA_lightprobe_types.h.
| int LightCache::cube_len |
Number of probes to use for rendering.
Definition at line 191 of file DNA_lightprobe_types.h.
| LightCacheTexture* LightCache::cube_mips |
Does not contains valid blender::gpu::Texture, only data.
Definition at line 204 of file DNA_lightprobe_types.h.
| LightCacheTexture LightCache::cube_tx |
Contains data for mipmap level 0.
Definition at line 202 of file DNA_lightprobe_types.h.
| int LightCache::flag |
Definition at line 184 of file DNA_lightprobe_types.h.
| LightGridCache* LightCache::grid_data |
Definition at line 207 of file DNA_lightprobe_types.h.
| int LightCache::grid_len |
Definition at line 191 of file DNA_lightprobe_types.h.
| LightCacheTexture LightCache::grid_tx |
Definition at line 200 of file DNA_lightprobe_types.h.
| int LightCache::mips_len |
Number of mipmap level to use.
Definition at line 193 of file DNA_lightprobe_types.h.
| int LightCache::ref_res |
Definition at line 195 of file DNA_lightprobe_types.h.
| int LightCache::type |
Type of data this cache contains.
Definition at line 188 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 186 of file DNA_lightprobe_types.h.
| int LightCache::vis_res |
Size of a visibility/reflection sample.
Definition at line 195 of file DNA_lightprobe_types.h.