Changeset View
Changeset View
Standalone View
Standalone View
source/gameengine/Rasterizer/RAS_IRasterizer.h
| Context not available. | |||||
| virtual void SetFogStart(float start) = 0; | virtual void SetFogStart(float start) = 0; | ||||
| virtual void SetFogEnd(float end) = 0; | virtual void SetFogEnd(float end) = 0; | ||||
| virtual void DisplayFog() = 0; | virtual void DisplayFog() = 0; | ||||
| virtual void DisableFog() = 0; | virtual void EnableFog(bool enable) = 0; | ||||
| virtual bool IsFogEnabled() = 0; | virtual bool IsFogEnabled() = 0; | ||||
| virtual void SetBackColor(float red, float green, float blue, float alpha) = 0; | virtual void SetBackColor(float red, float green, float blue, float alpha) = 0; | ||||
| Context not available. | |||||