Z Offset for Scattersky to fix the rendering issue at high altitudes.

This commit is contained in:
Vincent Gee 2014-12-01 13:06:27 -05:00
parent 7bf99e38ec
commit c00bca8ba0
2 changed files with 17 additions and 8 deletions

View file

@ -179,6 +179,7 @@ protected:
F32 mExposure;
F32 mNightInterpolant;
F32 mZOffset;
VectorF mLightDir;
VectorF mSunDir;