Reflection
Reflection
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%?
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.
For more advanced stuff, you probably need to create a shader on your own.
-
- Competition winner
- Posts: 1123
- Joined: Sun Jun 10, 2007 11:14 pm
Totally off-topic, but what brings you around these parts niko? Besides creating irrlicht and allniko 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.