Blender V4.5
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 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.

◆ density_scale

float VolumeInfos::density_scale

Definition at line 244 of file draw_shader_shared.hh.

◆ grids_xform

float4x4 VolumeInfos::grids_xform[DRW_GRID_PER_VOLUME_MAX]

Object to grid-space.

Definition at line 241 of file draw_shader_shared.hh.

◆ temperature_bias

float VolumeInfos::temperature_bias

Definition at line 246 of file draw_shader_shared.hh.

◆ temperature_mul

float VolumeInfos::temperature_mul

Definition at line 245 of file draw_shader_shared.hh.


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