|
Blender V5.0
|
#include <draw_cache.hh>
Public Attributes | |
| DRWVolumeGrid * | next |
| DRWVolumeGrid * | prev |
| char * | name |
| gpu::Texture * | texture |
| float4x4 | texture_to_object |
| float4x4 | object_to_texture |
| float4x4 | object_to_bounds |
| float4x4 | bounds_to_texture |
Definition at line 125 of file draw_cache.hh.
| float4x4 blender::draw::DRWVolumeGrid::bounds_to_texture |
Definition at line 140 of file draw_cache.hh.
| char* blender::draw::DRWVolumeGrid::name |
Definition at line 129 of file draw_cache.hh.
Referenced by blender::draw::volume_grid_cache_get().
| DRWVolumeGrid* blender::draw::DRWVolumeGrid::next |
Definition at line 126 of file draw_cache.hh.
| float4x4 blender::draw::DRWVolumeGrid::object_to_bounds |
Definition at line 139 of file draw_cache.hh.
| float4x4 blender::draw::DRWVolumeGrid::object_to_texture |
Definition at line 136 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 126 of file draw_cache.hh.
| gpu::Texture* blender::draw::DRWVolumeGrid::texture |
Definition at line 132 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 135 of file draw_cache.hh.
Referenced by blender::workbench::VolumePass::object_sync_volume(), and blender::draw::volume_grid_cache_get().