IrrEdit Lights

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
Ovidiu
Posts: 4
Joined: Fri Jun 12, 2009 11:46 am
Location: Romania
Contact:

IrrEdit Lights

Post by Ovidiu »

Hello

I made a small 3d city with 3d Studio Max. I put it together in IrrEdit, calling "map.irr".
I loaded in my Irrlicht Application, and until here was ok.

I made a light in my Application, but it has no effects on the "map.irr".
No shadows, no lighting.
The light that I made had effect only on the meshes that I loaded using the application(scripting).

Is there any way to make lights scripting, and see shadows on a ".irr" file?

Thanks
Adler1337
Posts: 471
Joined: Sat Aug 09, 2008 6:10 pm
Location: In your base.

Post by Adler1337 »

There is probably no lighting because lighting is disabled. Go back and check to see if lighting was enabled on each model.

I believe irrEdit doesn't support shadows, but there is a plug-in you might want to check out. But i think it is only works for older versions of irrEdit. If you can't use the plug-in, i would recommend looking at this tutorial. :D
multum in parvo
Post Reply