|
Blender V4.3
|
#include <draw_cache.hh>
Public Attributes | |
| DRWVolumeGrid * | next |
| DRWVolumeGrid * | prev |
| char * | name |
| GPUTexture * | texture |
| blender::float4x4 | texture_to_object |
| blender::float4x4 | object_to_texture |
| blender::float4x4 | object_to_bounds |
| blender::float4x4 | bounds_to_texture |
Definition at line 236 of file draw_cache.hh.
| blender::float4x4 DRWVolumeGrid::bounds_to_texture |
Definition at line 251 of file draw_cache.hh.
| char* DRWVolumeGrid::name |
Definition at line 240 of file draw_cache.hh.
Referenced by blender::draw::volume_grid_cache_get().
| DRWVolumeGrid* DRWVolumeGrid::next |
Definition at line 237 of file draw_cache.hh.
| blender::float4x4 DRWVolumeGrid::object_to_bounds |
Definition at line 250 of file draw_cache.hh.
| blender::float4x4 DRWVolumeGrid::object_to_texture |
Definition at line 247 of file draw_cache.hh.
Referenced by drw_volume_object_grids_init(), blender::draw::volume_grid_cache_get(), and blender::draw::volume_object_grids_init().
| DRWVolumeGrid * DRWVolumeGrid::prev |
Definition at line 237 of file draw_cache.hh.
| GPUTexture* DRWVolumeGrid::texture |
Definition at line 243 of file draw_cache.hh.
Referenced by drw_volume_object_grids_init(), blender::draw::volume_grid_cache_get(), and blender::draw::volume_object_grids_init().
| blender::float4x4 DRWVolumeGrid::texture_to_object |
Definition at line 246 of file draw_cache.hh.
Referenced by blender::draw::volume_grid_cache_get().