Quote Originally Posted by 'Molt',index.php?page=Thread&postID=168834#post168 834
One thing worth remembering is that this won't work well for multiboxing, each display'll have it's own perspective and the brain won't like having six diifferent perspectives messing up things, at best it'll look like each of the characters is in their own artificially foreshortened box.. the normal 3d problem of the screen having a different a different perspective to the real-world is bad enough but give it five display regions and watch the brain trickle slowly out of your nose.

With regard to what happens when looking at a normal flatscreen 60Hz display in 120Hz goggles- the answer is not much, if anything it dims it a little. What's actually happening is you're just seeing the one frame either first through one eye then through the other (if the goggles sync with the display properly- not guaranteed), or through one eye, then the other, then back to the first for a moment before the frame switched. An old CRT viewed through this could be curious though, it may well make the point where the raster scan operation was very obvious- may have to have a play with that.

Personally I'm going to leave this technology alone at playtime for now. Whilst the problem of getting viable 3d displays working with games is a lot easier than it is with film it is still the case that most of the programmers won't really understand the requirements of making psychologically-acceptable 3d where the separation between the two virtual cameras is right based on the content to avoid either nullifying the 3d effect or making massive things look tiny, things don't appear too close to the camera and break the effect, and a number of other things.

This is ignoring also the fact that a lot of modern games use billboard techniques as imposters and they won't work- you're not looking at a lot of individually rendered blades of grass, you're looking at a much lower number of flat billboards with multiple blades of grass rendered on them; you're not looking at true smoke or fire, you're looking at a lot of flat billboards with a smoothly-faded blurred shapes on them. These kind of tricks work well in the forced-perspective of a single view but would rapidly start to break down in a stereoscopic environment as the edges either get quite obvious or the entire thing looks flat. Getting rid of these and replacing them with actual geometry/volumetrics is going to cost a lot of GPU power.
This has little to do with programmers. DX9 already supports the tech and the programmers don't have to do anything. The *only* thing that has to be done is for the "camera point" to be split into two, and moved 4-5" away from each other - this is all done by enabling 3D in the API, not by programmers writing new code. Then two frames are rendered based on these two cameras.. the "left" and "right" eyes. The shutter glasses are sync'd to the monitor, which alternates between these two camera at each Hz. That's why 120Hz monitors = 60 fps with shutter glasses.

We're writing programs that are 3D-enabled at work.. nothing "new" needs to be done on our side to be able to fully enjoy this technology. About the only thing we need to do is avoid sprite-based graphics (the billboarding you mentioned), which is outdated anyway. It helps to have everything rendered in 3D - gui, HUD, etc. We're using particle system and shader fire/explosion effects and they look awesome in 3D. Anyway, a sprite-based HUD doesn't look bad though - it looks like a picture frame hung 3 feet from your face, but the 3D effects happen both behind, through, and in front of it.

Also, LCDs don't "dim" like CRTs do.. the Hz with LCDs is how many times per second the screen will refresh, but there's no dimming after each refresh. That's why 60Hz LCDs look clean and clear with no flickering in comparison to 60Hz CRTs. When attempting to use multiple monitors, this technology would be VERY difficult to do because the shutter glasses can only by sync'd to one monitor, and getting the monitors sync'd is close to impossible. Until there's an option on the monitors to sync with another, I don't see multi-monitor 3D being supported any time soon.