Blender V5.0
VolumeInfos Struct Reference

#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

Detailed Description

Definition at line 239 of file draw_shader_shared.hh.

Member Data Documentation

◆ _pad

float VolumeInfos::_pad

Definition at line 247 of file draw_shader_shared.hh.

◆ color_mul

float4 VolumeInfos::color_mul
Note
float4 for alignment. Only float3 needed.

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().

◆ density_scale

float VolumeInfos::density_scale

◆ grids_xform

◆ temperature_bias

float VolumeInfos::temperature_bias

◆ temperature_mul

float VolumeInfos::temperature_mul

The documentation for this struct was generated from the following file: