- Home /
Question by
nazeran · Dec 26, 2011 at 12:10 PM ·
reflectionintensity
How to decrease mirror reflection intensity?
Hi, I use mirror reflection that explain in this page: http://www.unifycommunity.com/wiki/index.php?title=MirrorReflection2
How can i decrease the intensity of reflection? I want it for a floor that have a low reflection. Thanks alot
Comment
Best Answer
Answer by Julien-Lynge · Dec 27, 2011 at 07:21 PM
You're going to need to control the texture blending of the shader. Take a look at the documentation, specifically the stuff under 'details' and the first example:
http://unity3d.com/support/documentation/Components/SL-SetTexture.html
This tutorial will give you a bit more information about working with shaders:
http://unity3d.com/support/documentation/Manual/ShaderTut1.html
yes it's correct. I must try it and hopeful to figure out it, Thanks a lot for responding