Make atmospheric shader parameters public

This commit is contained in:
carnalis 2016-05-26 08:22:15 -04:00
parent 46751b46ef
commit efcdb5e2f6

View File

@ -116,6 +116,8 @@ protected:
#if defined(PROCSKY_UI)
Vector3 angVel_;
#endif
public:
/// Atmospheric parameters.
Vector3 Kr_; // Absorption profile of air.
float rayleighBrightness_;