advanced light

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
OSasuke
Posts: 8
Joined: Sun Sep 06, 2009 4:54 pm
Location: Algeria
Contact:

advanced light

Post by OSasuke »

Hi every one.

I have some problems to get real lights.
Like this : ( From DirectX9 SDK )
Image

This is the light i can create with irrlicht :
Image

How to do, to get nice lights ?
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You really need to be more specific about what you are unable to do with the Irrlicht lighting. You should also know that shininess is not a property of the light, but a property of the material that is reflecting the light.

Travis
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

try shader?
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Viz_Fuerte
Posts: 91
Joined: Sun Oct 19, 2008 5:29 pm
Location: Valencia (Spain)
Contact:

Post by Viz_Fuerte »

If you want something more advanced and the possibility of adding lights without limitation,...

Image
Link: http://irrlicht.sourceforge.net/phpBB2/ ... sc&start=0

That if, this method is using shaders :D

PD: Go through the section "Code Snippets", there is everything!!!
Post Reply