I don't know how to make sunlight in Irrlicht (exterior rendering). I've tried using Directional Light and it works OK, but it lights only one side of the model while other three remain totally black. I guess there is some basic solution of this, but my searches returned nothing special. I've tried using ambient light but it doesn't look OK Is ambient light / directional light my only opinion?
Hi ,
Lighting is the soul of your realtime 3d app anyway.But its the hardest too. You are using simple methods by using directional lights. For getting better lighting you should use more than one lights..But thats too is very far from real..
If you want more realistic lighting,the nearest options is using lightmaps from some 3d editors like 3ds max or Blender. For 3ds max baking or lightmapping please refer my tutorial on that.....