Blender V4.3
VolumeInfos Struct Reference

#include <draw_shader_shared.hh>

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 249 of file draw_shader_shared.hh.

Member Data Documentation

◆ _pad

float VolumeInfos::_pad

Definition at line 257 of file draw_shader_shared.hh.

◆ color_mul

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

Definition at line 253 of file draw_shader_shared.hh.

◆ density_scale

float VolumeInfos::density_scale

Definition at line 254 of file draw_shader_shared.hh.

◆ grids_xform

float4x4 VolumeInfos::grids_xform[DRW_GRID_PER_VOLUME_MAX]

Object to grid-space.

Definition at line 251 of file draw_shader_shared.hh.

◆ temperature_bias

float VolumeInfos::temperature_bias

Definition at line 256 of file draw_shader_shared.hh.

◆ temperature_mul

float VolumeInfos::temperature_mul

Definition at line 255 of file draw_shader_shared.hh.


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