Blender  V3.3
Public Attributes | List of all members
VolumeInfos Struct Reference

#include <draw_shader_shared.h>

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 76 of file draw_shader_shared.h.

Member Data Documentation

◆ _pad

float VolumeInfos::_pad

Definition at line 84 of file draw_shader_shared.h.

◆ color_mul

float4 VolumeInfos::color_mul

Definition at line 80 of file draw_shader_shared.h.

◆ density_scale

float VolumeInfos::density_scale

Definition at line 81 of file draw_shader_shared.h.

◆ grids_xform

float4x4 VolumeInfos::grids_xform[DRW_GRID_PER_VOLUME_MAX]

Definition at line 78 of file draw_shader_shared.h.

◆ temperature_bias

float VolumeInfos::temperature_bias

Definition at line 83 of file draw_shader_shared.h.

◆ temperature_mul

float VolumeInfos::temperature_mul

Definition at line 82 of file draw_shader_shared.h.


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