Page 1 of 1
Minor bug with placing map markers
Posted: 26 Mar 2009, 12:44
by YokoZar
If you put a map marker at the bottom of a cliff, say in that little crevice on the bottom of DSD, it's possible to have the text go into the mountain.
Text shouldn't be "3d" at all - it should always show on top. Not sure if this is easy or hard to do though.
Re: Minor bug with placing map markers
Posted: 27 Mar 2009, 14:54
by AF
+1
Re: Minor bug with placing map markers
Posted: 27 Mar 2009, 15:17
by Tobi
Should be fairly easy: disable depth testing and writing and ensure text is rendered after the game scene (map, units, ...) is rendered.
Of course text is then still 3d - which it should be - it just shows through things which obscure line of sight to it.
Re: Minor bug with placing map markers
Posted: 29 Mar 2009, 17:43
by thesleepless
+1 also, same goes for map drawings, they can vanish into the terrain very easily.
Re: Minor bug with placing map markers
Posted: 29 Mar 2009, 19:00
by Jazcash
And giant units look fugly when climbing up big hills. They go into the wall.
Re: Minor bug with placing map markers
Posted: 29 Mar 2009, 19:56
by jK
1. please, don't start an engine bashing thread ...
2. Tobi, they don't know what they request. Deactivating DepthTest would mean it would get rendered through terrain and units, and i am pretty sure they would start a new thread if you do that.
3. JAZCASH, you know that this is the mod's fault ...
Re: Minor bug with placing map markers
Posted: 03 Apr 2009, 01:42
by zerver
jK wrote:2. Tobi, they don't know what they request. Deactivating DepthTest would mean it would get rendered through terrain and units, and i am pretty sure they would start a new thread if you do that.
I'm not so sure about that. The building squares have depth test disabled already, and no complaints so far...

When you zoom out, the map drawings tend to disappear into the terrain. This is probably a z-buffer issue.