Is it possible to use normal maps with XEffects ?

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
InstinctCH
Posts: 16
Joined: Fri Feb 25, 2011 12:48 pm
Location: Switzerland

Is it possible to use normal maps with XEffects ?

Post by InstinctCH »

Hi guys,

I was wondering if it is possible to use XEffects and per-pixel lighting at the same time, because whenever I set up a normal map for my model they appear black ingame. :?
mongoose7
Posts: 1227
Joined: Wed Apr 06, 2011 12:13 pm

Re: Is it possible to use normal maps with XEffects ?

Post by mongoose7 »

XEffects doesn't *add* light, it takes it away. If your scene has no light, XEffects won't add any.

There is another current link on this same subject.
Post Reply