Pioneer
HeatGradientPar.h
Go to the documentation of this file.
1 #ifndef HEATGRADIENTPAR_H_INCLUDED
2 #define HEATGRADIENTPAR_H_INCLUDED
3 
6  vector3f heatingNormal; // normalised
7  float heatingAmount; // 0.0 to 1.0 used for `u` component of heatGradient texture
8 };
9 
10 
11 #endif // HEATGRADIENTPAR_H_INCLUDED
Definition: HeatGradientPar.h:4
vector3f heatingNormal
Definition: HeatGradientPar.h:6
matrix3x3f heatingMatrix
Definition: HeatGradientPar.h:5
float heatingAmount
Definition: HeatGradientPar.h:7