Adding Fog to Skybox

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Adding Fog to Skybox

Post by Guest »

I am trying to add fog to a skybox using the following code:

ISceneNode* skybox = smgr->addSkyBoxSceneNode(...);
skybox->setMaterialFlag(EMF_FOG_ENABLE, true);

This method works for my terrain, but why is it not showing up on the skybox? (Also, the ... in the code is replaced with images, I took it out to ease readibility).

Thank you
Guest

Post by Guest »

Bump..doesnt anyone know?
irkab1rka
Posts: 9
Joined: Sat Jul 09, 2005 8:06 pm

this thread should be dropped or merged to another one.

Post by irkab1rka »

Post Reply