Pioneer
Loading...
Searching...
No Matches
src
HeatGradientPar.h
Go to the documentation of this file.
1
#ifndef HEATGRADIENTPAR_H_INCLUDED
2
#define HEATGRADIENTPAR_H_INCLUDED
3
4
struct
HeatGradientParameters_t
{
5
vector3f
heatingNormal
;
// normalised
6
float
heatingAmount
;
// 0.0 to 1.0 used for `u` component of heatGradient texture
7
};
8
9
#endif
// HEATGRADIENTPAR_H_INCLUDED
vector3< float >
HeatGradientParameters_t
Definition
HeatGradientPar.h:4
HeatGradientParameters_t::heatingNormal
vector3f heatingNormal
Definition
HeatGradientPar.h:5
HeatGradientParameters_t::heatingAmount
float heatingAmount
Definition
HeatGradientPar.h:6
Generated by
1.9.7