Pioneer
HeatGradientPar.h
Go to the documentation of this file.
1 #ifndef HEATGRADIENTPAR_H_INCLUDED
2 #define HEATGRADIENTPAR_H_INCLUDED
3 
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
Definition: HeatGradientPar.h:4
vector3f heatingNormal
Definition: HeatGradientPar.h:5
float heatingAmount
Definition: HeatGradientPar.h:6