Reflection

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
Valor
Posts: 40
Joined: Fri Jul 30, 2010 1:20 pm

Reflection

Post by Valor »

Can someone help me or point me to the right direction on how would I get reflection on surfaces by using the code? and how can I adjust the amount of reflection such as 0%-100%?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

For simple, faked reflection, you could use the EMT_REFLECTION_2_LAYER material, see the documentation.
For more advanced stuff, you probably need to create a shader on your own.
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Post by Lonesome Ducky »

niko wrote:For simple, faked reflection, you could use the EMT_REFLECTION_2_LAYER material, see the documentation.
For more advanced stuff, you probably need to create a shader on your own.
Totally off-topic, but what brings you around these parts niko? Besides creating irrlicht and all :lol:
Valor
Posts: 40
Joined: Fri Jul 30, 2010 1:20 pm

Post by Valor »

wow...the creator of irrlicht....NICE =]
Post Reply