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
skelli
Posts: 20
Joined: Sat Jul 07, 2007 7:07 pm

lights?

Post by skelli »

hey,

the lights i have in my 3ds max model do not appear after i export them into the irrlicht engine?

any advice please?
white tiger
Posts: 269
Joined: Tue Oct 31, 2006 3:24 pm
Contact:

Post by white tiger »

irrlicht doen't import lights
skelli
Posts: 20
Joined: Sat Jul 07, 2007 7:07 pm

Post by skelli »

so how do i create say light from a lamp.
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

ISceneManager::addLightSceneNode will add a light to the scene.
http://irrlicht.sourceforge.net/docu/cl ... r.html#a12
skelli
Posts: 20
Joined: Sat Jul 07, 2007 7:07 pm

Post by skelli »

thanks a mil,

one more question how to i cast shadows?
JonLT
Posts: 152
Joined: Thu Mar 15, 2007 5:47 pm
Location: Denmark

Post by JonLT »

IAnimatedMeshSceneNode::addShadowVolumeSceneNode
http://irrlicht.sourceforge.net/docu/cl ... de.html#a0

a look at example 08.SpecialFX should also help you

You should use the API more, it's really usefull :)
Post Reply