Page 1 of 1
Make my water less reflective on high quality? [Solved]
Posted: Tue Apr 15, 2008 5:15 pm
by ryukaji
I made a green river but its only green on low quality. How would i make it green on high quality also? Its just a reflection of the sky on high. (I dont want a shiny river)
Re: Green river
Posted: Tue Apr 15, 2008 5:22 pm
by Maveritchell
Code: Select all
RefractionColor(5, 217, 255, 255);
ReflectionColor(57,90,138,255);
UnderwaterColor(61, 124, 144, 128);
Those are the pertinent parameters.
I assume you know how to figure out color in RGBA format, but if you don't, this is a useful tool:
http://houseof3d.com/pete/applets/tools ... index.html
Re: Green river
Posted: Tue Apr 15, 2008 5:24 pm
by ryukaji
I changed those but how would i make the river nonreflective or have very little reflection of the sky
Re: Green river
Posted: Tue Apr 15, 2008 7:53 pm
by FragMe!
If I remember correctly when I asked the same question in the
ReflectionColor(57,90,138,255); line change the 255 at the end to 0 (for no reflection)
BTW these lines are in the XXX.fx file.
Re: Green river
Posted: Tue Apr 15, 2008 11:41 pm
by ryukaji
Oh ill try that setting to maybe 30 tomorrow