Leadwerks 4.4 RC2
A new build is available on the beta branch. I am putting it out tonight because I want to give you guys as much lead time as possible.
I have not tested all hardware yet, and there were a lot of shader updates, so there could easily be a compile error on AMD or Intel cards. Will test those out in the morning.
New camera commands for fog:
virtual void SetFogColor(const float r, const float g, const float b, const float a); virtual void SetFogAngle(const float start, const float stop); virtual void SetFogRange(const float start, const float stop); virtual void SetFogMode(const bool mode); virtual Vec4 GetFogColor(); virtual Vec2 GetFogAngle(); virtual Vec2 GetFogRange(); virtual bool GetFogMode();
This is scheduled to be released on the default branch this Tuesday.
Also useful:
12 Comments
Recommended Comments