Shadows

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
Kelo
Posts: 15
Joined: Tue Jan 06, 2004 2:57 pm
Location: Argentina

Shadows

Post by Kelo »

How can i do shadows of the md2 models in the ground of the bsp levels?

I look in the Techdemo (have a nice shadows of sydney in the ground), but i can't do that in my code... I place sydney in the ground, a light in the left... but they aren't shadows of sydney in the walls or the ground.
Also i'm using the setMaterialFlag(EMF_LIGHTING, true) .... what i'm doing wrong?? Please, any help!!!


:)
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

check the special effects tutorial
The Robomaniac
Project Head / Lead Programmer
Centaur Force
Kelo
Posts: 15
Joined: Tue Jan 06, 2004 2:57 pm
Location: Argentina

Post by Kelo »

Ok, i find that in window mode the shadows works fine... but in fullscreen mode dosn't work if i use directx (8 and 9) Using opengl all works fine (but the color lighting aren't like directx 9).
Post Reply