|
Blender
V2.93
|
#include <draw_cache.h>
Public Attributes | |
| struct DRWVolumeGrid * | next |
| struct DRWVolumeGrid * | prev |
| char * | name |
| struct GPUTexture * | texture |
| float | texture_to_object [4][4] |
| float | object_to_texture [4][4] |
| float | object_to_bounds [4][4] |
| float | bounds_to_texture [4][4] |
Definition at line 229 of file draw_cache.h.
| float DRWVolumeGrid::bounds_to_texture[4][4] |
Definition at line 244 of file draw_cache.h.
Referenced by eevee_volume_object_grids_init().
| char* DRWVolumeGrid::name |
Definition at line 233 of file draw_cache.h.
Referenced by volume_grid_cache_get().
| struct DRWVolumeGrid* DRWVolumeGrid::next |
Definition at line 230 of file draw_cache.h.
Referenced by volume_grid_cache_get().
| float DRWVolumeGrid::object_to_bounds[4][4] |
Definition at line 243 of file draw_cache.h.
Referenced by eevee_volume_object_grids_init().
| float DRWVolumeGrid::object_to_texture[4][4] |
Definition at line 240 of file draw_cache.h.
Referenced by eevee_volume_object_grids_init(), volume_grid_cache_get(), and workbench_volume_object_cache_populate().
| struct DRWVolumeGrid * DRWVolumeGrid::prev |
Definition at line 230 of file draw_cache.h.
| struct GPUTexture* DRWVolumeGrid::texture |
Definition at line 236 of file draw_cache.h.
Referenced by DRW_volume_batch_cache_get_grid(), eevee_volume_object_grids_init(), volume_grid_cache_get(), and workbench_volume_object_cache_populate().
| float DRWVolumeGrid::texture_to_object[4][4] |
Definition at line 239 of file draw_cache.h.
Referenced by volume_grid_cache_get(), and workbench_volume_object_cache_populate().