Hi,
in IrrEdit, every mesh has a flag "FogEnable".
The default fog-color ist white.
But how can this color be changed?
thank you very much
Veiter
Fog with IrrEdit
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
like this
After you load the scene use
Code: Select all
driver->setFog(video::SColor(0,138,125,81), true, 250, 1000, 0, true);
That would be illogical captain...
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar