Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What makes you think it looks like w-buffer is used? The "only" difference between the two shots seems to be texture filtering to me, which has little to do with the depth buffer.That's JK 2 which uses the z-buffer due to the fact that opengl didn't use the w-buffer. Looks like it uses the w-buffer tho, but it don't.
The whole game does because of the huge draw distances and openness of the environments.please explain how it looks like it uses a w buffer
Tokelil: Exactly! Now look at the textures between Shadowman's puny draw distance, declared as great, compared to the Giants-shot enormous draw distance, declared as bad and containing z-artifacts or whatever.
I'm starting to think that these "z-buffer artifacts" is nothing more than normal use of mip-maps and texture filtering, and iq's ultimate w-buffered dreamboat would involve no fog, point filtering and no mip-maps.
Like a high resolution Quake 1 in software with mip-level 0 or whatever that command was. Using an extreme negative lod bias(like some do) will achieve a similar effect. It's like rubbing sand in your eyes, but some people see it as "high quality" and there is(or used to be) specially "tweaked" drivers to enforce that on a driver level.
I think you're really mistaking bad LOD for depth buffer precision problems. The latter is a total non-issue nowadays, while doing good LOD is still hard. So while I can accept whining about LOD (although doing some research and coming up with a better scheme would be more productive!), absolutely none of the modern IQ problems with games have anything to do with depth buffer precision...The whole game does because of the huge draw distances and openness of the environments.
I never said that.I think you're really mistaking bad LOD for depth buffer precision problems. The latter is a total non-issue nowadays, while doing good LOD is still hard. So while I can accept whining about LOD (although doing some research and coming up with a better scheme would be more productive!), absolutely none of the modern IQ problems with games have anything to do with depth buffer precision...
I don't think you have provided a single screenshot where there would be any artefacts caused by depth buffer precision.I never said that.
The 2 are totally unrelated; the depth buffer has to with depth precision, LOD has to do with sharpening or blurring textures.
This tells me that you are indeed muddling the concepts in your mind. I suggest you go do some reading on geometry LOD, progressive meshes, etc. If you have time, even go look at some micropolygon renderers like REYES.The 2 are totally unrelated; the depth buffer has to with depth precision, LOD has to do with sharpening or blurring textures.