|
Blender V4.5
|
#include <draw_cache.hh>
Public Attributes | |
| DRWVolumeGrid * | next |
| DRWVolumeGrid * | prev |
| char * | name |
| GPUTexture * | texture |
| float4x4 | texture_to_object |
| float4x4 | object_to_texture |
| float4x4 | object_to_bounds |
| float4x4 | bounds_to_texture |
Definition at line 123 of file draw_cache.hh.
| float4x4 blender::draw::DRWVolumeGrid::bounds_to_texture |
Definition at line 138 of file draw_cache.hh.
| char* blender::draw::DRWVolumeGrid::name |
Definition at line 127 of file draw_cache.hh.
Referenced by blender::draw::volume_grid_cache_get().
| DRWVolumeGrid* blender::draw::DRWVolumeGrid::next |
Definition at line 124 of file draw_cache.hh.
| float4x4 blender::draw::DRWVolumeGrid::object_to_bounds |
Definition at line 137 of file draw_cache.hh.
| float4x4 blender::draw::DRWVolumeGrid::object_to_texture |
Definition at line 134 of file draw_cache.hh.
Referenced by blender::workbench::VolumePass::object_sync_volume(), blender::draw::volume_grid_cache_get(), and blender::draw::volume_object_grids_init().
| DRWVolumeGrid * blender::draw::DRWVolumeGrid::prev |
Definition at line 124 of file draw_cache.hh.
| GPUTexture* blender::draw::DRWVolumeGrid::texture |
Definition at line 130 of file draw_cache.hh.
Referenced by blender::draw::DRW_volume_batch_cache_get_grid(), blender::workbench::VolumePass::object_sync_volume(), blender::draw::volume_grid_cache_get(), and blender::draw::volume_object_grids_init().
| float4x4 blender::draw::DRWVolumeGrid::texture_to_object |
Definition at line 133 of file draw_cache.hh.
Referenced by blender::workbench::VolumePass::object_sync_volume(), and blender::draw::volume_grid_cache_get().