hey,
the lights i have in my 3ds max model do not appear after i export them into the irrlicht engine?
any advice please?
lights?
-
- Posts: 269
- Joined: Tue Oct 31, 2006 3:24 pm
- Contact:
ISceneManager::addLightSceneNode will add a light to the scene.
http://irrlicht.sourceforge.net/docu/cl ... r.html#a12
http://irrlicht.sourceforge.net/docu/cl ... r.html#a12
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
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