Page 1 of 1
maps, fog and water.
Posted: 17 Mar 2009, 04:45
by smoth
http://img27.imageshack.us/img27/406/screen394.jpg
Why does the water have this halfway across it?
Why does spring cut off terrain at a distance? 20x20s look like shit with the terrain getting cut off in the distance.
What have I missed.
Re: maps, fog and water.
Posted: 17 Mar 2009, 05:20
by thesleepless
no idea, what map is that?
Re: maps, fog and water.
Posted: 17 Mar 2009, 06:23
by smoth
something I am working on for gundam.
Re: maps, fog and water.
Posted: 17 Mar 2009, 07:53
by Forboding Angel
Smoth, it's getting culled by the renderer cause your camera is at the edge of the map. If you move your camera a lil into the map it should stop doing it. It's annoying, but I'll be damned if I know what causes it.
At least that's what it looks like is happening. I've seen it enough times that I think I know what it is, but tbh there is no way that I could tell for sure, so if I'm wrong, just ignore me :-/
Re: maps, fog and water.
Posted: 17 Mar 2009, 09:15
by Argh
This is a major annoyance, since the fog doesn't do the usual job it's supposed to do (hide map geometry that's being culled for efficiency) and just generally is a pain in the neck. Spring's handling of this stuff is really sub-par, but meh, that's a lower-order problem than the basic fixes to the map rendering system I outlined months ago.
Best setting I found was FogStart=0.3;, which is close to not drawing the fog at all.
Re: maps, fog and water.
Posted: 18 Mar 2009, 05:19
by Forboding Angel
Actually the higher the fogstart number is, the further away the fog is drawn. 03 is actually pretty close. Normally I opt for 06 or 07ish.
Re: maps, fog and water.
Posted: 18 Mar 2009, 05:24
by smoth
0.9