![]() |
kriller2 speaks truth! :yep:
|
SH5 does not use any more textures for the sky, neither external or embedded textures in the DAT/GR2 files. The gradations of the sky and the colors are calculated by the Sky_Shader. The input colors come from the CFG's in /data/env. There are the colors for different regions and daytime. You have SkyTopColor and SkyBottomColor and the shader now interpolates the colors and transitions between them. To get rid of the sky gradient bandings you must define a better and smoother algorithm within the shader.
|
Quote:
|
Sorry to say but i didn`t see it in sh3 and sh4.
I have now a nvidia 260GTX and see also the banding in the sky so maybe it`s videocard related. |
Quote:
and EnvColors_xxx.cfg's (\Silent Hunter 5\data\Env\) Code:
// 1. base gradient, from top to bottom Now in the above pixel shader code for each pixel the virtual camera eye is directed on, the color value will be calculated with a linear interpolation (x*(1-s) + y*s) between top- and bottom-color. This is done by the HLSL lerp() function. You can now implement a different algorithm for example with smoothstep() functions which calculate a smoother intepolation based on the Hermite Interpolation instead of linear interpolation but this can cause lower framerates if alot of smoothstep's are used. |
Quote:
|
Quote:
|
Quote:
power function is pow(x,y)=x^y |
I see it in SH4, and not in SH3. I have no idea about anything involved with this, I'm just sayin'.
|
I get the banding in sh5 didn't notice it so much in 3 and 4.
I have an i7 quad core so i guess it's not something cpu related. My cards are 2 x NVIDIA GTX 470 in SLI althought i read somewhere SLI does not work in game ? 4gb RAM Windows 7 64 bit Screen is a Samsung Syncmaster P2450 My res in game is 1900x1080 i think (not got it running at moment ) and have maxed most graphics options in game. I personally think the latest nvidia cards accenctuate the banding maybe? TDW uses a Nvidia GTX480 do you get the banding TDW? Which enviroment MOD available at the moment best deals with this issue? I don't really want to mess with stock files and I'm guessing i could reduce the banding by tweaking my personal settings. Any ideas to reduce or eliminate it would be most welcome. |
the best explanation is that it is the video card
just like how games designed for nvidia cards are horrible on ati cards Ubisoft optimizes for ATI, so that is probably why |
Quote:
|
I can get rid of the banding completely by deleting the gradiant but it deletes the sun as well .
|
Quote:
change from: Code:
// 1. base gradient, from top to bottom Code:
// 1. base gradient, from top to bottom |
How it looks in game . The pic was auto enhanced so the banding is easier seen . Doesnt look quite so bad ingame . Thanks seeadler .
http://img708.imageshack.us/img708/9718/gradl.jpg http://img294.imageshack.us/img294/4701/gradd.jpg |
All times are GMT -5. The time now is 01:31 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.