Spotlight Problem

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.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Did you specify the round light option at the start? In the EffectHandler constructor set "useRoundSpotLights" to true.

If you look at the example in XEffects it should be easy to tell what needs to be done.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
jamessss
Posts: 12
Joined: Tue Aug 11, 2009 4:37 am

Post by jamessss »

BlindSide wrote:Did you specify the round light option at the start? In the EffectHandler constructor set "useRoundSpotLights" to true.

If you look at the example in XEffects it should be easy to tell what needs to be done.
Yes, i did specify it to be round light.

Yesterday I had a talk with Fuzzyspoon in IRC, kinda understand the concept of light in irrlicht but I still can't get my code to work like a torch light. It is doing vertex lighting still even though I've created tangent mesh for the room and stuff.

Do i have to specifically export certain stuff in maya?
Post Reply