Day and Night

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
Gold_Fusion
Posts: 26
Joined: Tue Jan 20, 2004 9:25 pm
Location: England
Contact:

Day and Night

Post by Gold_Fusion »

I want to create a day and night system by changing the lighting on the world over time. Is this possible? Can I lower the ambience?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

You mean something like IVideoDriver::setAmbientLight()?
http://irrlicht.sourceforge.net/docu/cl ... r.html#a33
Gold_Fusion
Posts: 26
Joined: Tue Jan 20, 2004 9:25 pm
Location: England
Contact:

Post by Gold_Fusion »

W00t. Thanks!
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

Post by madinitaly »

By the way, has anyone had the same problem as me, that is setAmbientLight having no effect at all with the DirectX renderer (in Dev-C++)?
Post Reply