|
Blender V5.0
|
#include <draw_shader_shared.hh>
Inherited by blender::draw::UniformBuffer< VolumeInfos >.
Public Attributes | |
| float4x4 | grids_xform [DRW_GRID_PER_VOLUME_MAX] |
| float4 | color_mul |
| float | density_scale |
| float | temperature_mul |
| float | temperature_bias |
| float | _pad |
Definition at line 239 of file draw_shader_shared.hh.
| float VolumeInfos::_pad |
Definition at line 247 of file draw_shader_shared.hh.
| float4 VolumeInfos::color_mul |
Definition at line 243 of file draw_shader_shared.hh.
Referenced by blender::draw::drw_volume_object_mesh_init(), and blender::draw::volume_object_grids_init().
| float VolumeInfos::density_scale |
Definition at line 244 of file draw_shader_shared.hh.
Referenced by blender::draw::drw_volume_object_mesh_init(), and blender::draw::volume_object_grids_init().
| float4x4 VolumeInfos::grids_xform[DRW_GRID_PER_VOLUME_MAX] |
Object to grid-space.
Definition at line 241 of file draw_shader_shared.hh.
Referenced by blender::draw::drw_volume_object_mesh_init(), and blender::draw::volume_object_grids_init().
| float VolumeInfos::temperature_bias |
Definition at line 246 of file draw_shader_shared.hh.
Referenced by blender::draw::drw_volume_object_mesh_init(), and blender::draw::volume_object_grids_init().
| float VolumeInfos::temperature_mul |
Definition at line 245 of file draw_shader_shared.hh.
Referenced by blender::draw::drw_volume_object_mesh_init(), and blender::draw::volume_object_grids_init().