Problem with Lights

cmk524

13-08-2008 13:32:16

Iam placing ogre light on ETerrain.iam not getting the light on terrain.

I changed lights off to lights on then also iam not getting light on editable terrain.

How can i overcome this problem.;

SongOfTheWeave

14-08-2008 22:37:12

Iam placing ogre light on ETerrain.iam not getting the light on terrain.

I changed lights off to lights on then also iam not getting light on editable terrain.

How can i overcome this problem.;


ETM terrain uses the programmable pipeline not the fixed function pipeline to render itself.

To overcome this problem you'll need to learn how materials work (beyond just how to write a material script) and how to write shaders to perform lighting.

As I've noted in the recent glut of threads asking about lighting, there are several discussions about ETM dynamic lighting already in this forum. I suggest you read through some of them and work from there.