3D Vision Blog

A normal user's look into the world of 3D Stereo Technologies

3D Vision Blog header image 4

Things That Hurt Stereoscopic 3D Gaming According to Nvidia

February 28th, 2010 · 4 Comments · Other S3D Tech


Digging trough some programming documents on Nvidia’s website I was able to find something interesting in one quite old document, regarding programming for GeForce 7 series, but these are still mostly the same issues that bring problems to current games when you try to play them in stereo 3D. I’m citing the part where Nvidia talks about these common issues and suggests workarounds (in terms of programming the game) for them below, because you need to be aware of these in order to be able to avoid most of them by changing settings in the game options etc. If you know what hurts the game looking good in stereo 3D mode you may be able to disable some of the problematic things or lower their negative impact with lets say custom convergence, so that the game will still be playable and look nice. And although these are related to Nvidia’s stereoscopic 3D drivers (prior 3D Vision) they do apply to 3D Vision and other alternative solutions that allow you to play a game in stereo 3D mode…

Rendering at an Incorrect Depth
This problem is the number one thing you should take care of. The 3D Stereo Driver uses the depth to create the stereo effect, so anything that is not at the correct depth stands out like a sore thumb when viewed in Stereo.
- Place background images, sky boxes, and sky domes at the farthest possible depth. Otherwise, the world will look like it’s in a little box in stereo.
- Place HUD items at their proper 3D depth. If you have name labels that hover over objects, putting them at the 3D depth of the object gives a better stereo effect than putting them on the near plane of the view frustum.
- It’s also helpful to render the HUD as far into the scene as possible. This trick gives you a greater perceived depth in the rest of your scene while not causing eyestrain when looking at the HUD.
- Laser sights, crosshairs, and cursors do not look correct unless placed in the 3D world at the depth of the objects they are pointing to. When they aren’t, it is almost impossible to use them since the user’s eyes are converging on one depth, but the cursor is at another depth; users see two cursors, neither of which point at the correct place.
- Highlighting objects should happen at the depth of the object itself, not in screen space.

Billboard Effects
Billboard effects look flat and bad in regular 3D; they look even worse in stereo. In regular 3D you see the billboards as you move around, but in 3D Stereo the problem immediately pops out at you, even in a static scene. Most billboard effects look extremely flat in stereo, so use real geometry everywhere you can instead, even low resolution geometry looks better. For particle effect billboards (sparks, smoke, dust, etc), these may or may not look ok, the best thing you can do is test your app in stereo to see what it looks like and judge if the quality is good enough, and make sure that the billboards have a meaningful depth in 3D.

Post-Processing and Screen-Space Effects
2D screen-space effects can greatly hurt the stereo effect. Things like blurry glow, bloom filters, image-based motion blur fall into this category. These effects are usually created by rendering the 3D geometry to a texture, then rendering a 2D screen aligned quad to the screen. The geometry in the texture is no longer at the correct depth in the world as the effect should be, thus working poorly in 3D Stereo. You should provide the option to disable these effects for people playing in stereo and render the geometry to the back buffer.

Using 2D Rendering in Your 3D Scene
Any object rendered as 2D doesn’t really have a real 3D depth, so it is placed at the monitor depth. This will look very flat in 3D Stereo. If you are mixing 2D and 3D in your HUD you may have inconsistent depths leading to eye strain. Again, render everything at the proper depth, in 3D, and test with stereo on.

Sub-View Rendering
When rendering a sub view to the screen, such as a picture in picture display, car mirror, or small map in the upper corner, you must set the viewport to cover the area before rendering. This trick prevents strange stereo effects bleeding outside of the intended section of the screen.

Updating the Screen with Dirty Rectangles
If you are determining only the parts of the screen that have changed and not updating the rest of the screen this can cause odd looking rendering in 3D stereo. Just render all visible objects each frame.

Resolving Collisions with Too Much Separation
If you are resolving collisions by pushing objects away from each other, make sure you don’t push them away too far. It looks bad in normal 3D when moving around but stands out right away in stereo, making things appear to hover above the ground.

Changing Depth Range for Difference Objects in the Scene
Splitting the scene into multiple depth ranges can cause distortions in the stereo effect making some objects look shorter or elongated. All objects should be rendered in a consistent depth range for the best stereo effect.

Not Providing Depth Data with Vertices
When sending vertices for rendering to D3D for software transform and lighting, include the RHW depth information for stereo to function properly.

Rendering in Windowed Mode
NVIDIA’s 3D Stereo only works when your application is in full-screen exclusive mode. If you don’t support fullscreen mode, then game players can’t take advantage of 3D Stereo.

Shadows
Rendering stencil shadows using a fullscreen shadow color quad will not work properly in stereo. However, re-rendering shadowed objects in the scene at their proper depth in shadow color will function correctly in stereo. Shadow maps function fine, and projection shadows function as long as you are projecting to the proper depth for the shadow.

Manually Writing to Render Targets
Don’t lock render targets and do direct writes; doing so bypasses the stereo driver.

Very Dark or High-Contrast Scenes
Very dark scenes can become even darker when using 3D Stereo shutter glasses. Providing a brightness or gamma adjustment will help this problem. Using very bright objects on very bright and very dark objects causes ghosting, which hurts stereo. Testing your game in stereo quickly shows whether or not this is a problem.

Objects with Small Gaps between Vertices
Small gaps in meshes can become much more obvious when rendered in stereo. Make sure your meshes are tight and test in stereo to be sure this isn’t happening.

- Download the complete GPU Programming Guide Version 2.5.0 in English (PDF)…

→ 4 CommentsTags:········

3D Vision Gaming-related News and Upcoming 3D-ready Games

February 4th, 2010 · 1 Comment · GeForce 3D Vision

3dvision-glasses-1


Recently there are some interesting hings happening around Nvidia’s 3D Vision solution for stereoscopic 3D gaming and movie and photo viewing, so here is what is new in brief…

You know that the game Dark Void has been out for a few days already and it is the latest title to support PhysX and 3D Vision, however the profile in the 3D Vision drivers rates the game as Good and not Excellent as you’d expect from an official (?) 3D Vision title. The game has been developed by Capcom, the same guys that made the Resident Evil 5 – the first official 3D Vision-optimized title that came out (the PC version only).

Some of the issues that Dark Void has are due to the use of Unreal engine ant it is not handling perfectly well in stereoscopic 3D mode, so basically most of the games based on it have some issues that need to be fixed afterwards. A good example for a game that is also based on the same Unreal engine, but has been constantly improved to offer good stereoscopic 3D support for 3D Vision is Borderlands. The developers from Gearbox have been constantly improving the 3D Vision support and they just released a new patch version 1.21 that adds 3D crosshair in the game instead of the 2D one when playing in S3D mode.

After five days or exactly on February 9th the game Bioshock 2 should become available. And this is supposedly to be another 3D Vision-ready title and if you ask me is much more interesting and can look really great in stereoscopic 3D mode if it is done right. And especially after the success of the first BioShock, everyone is expecting a lot from the sequel.

Another interesting game title expected next month, March 16th is Metro 2033. This game is supposed to be something like a post-apocalyptic FPS with some RPG elements, with the action going on underground in the Russian Metro, the year is 2033 and what is left of the humanity is just trying to survive in the harsh post-apocalyptic world. This game should support DirectX 10, take advantage of PhysX and officially be 3D Vision-ready, so you should put it in your to look forward to list of games.

Some other games that might be officially 3D Vision-ready are the upcoming on February 16th Aliens vs Predator with its multiplayer demo just released and available for download over Steam (this one is supposed to be DirectX 11 and ATI Eyefinity title, so official 3D Vision-readiness is a bit questionable). There is also the expected to be released on March 2nd Battlefield: Bad Company 2, another first-person shooter that is currently undergoing a beta testing stage.

Finally if you already own a 3D Vision kit you might complete a short survey that Nvidia is currently conducting regarding the accessories that come with their shutter glasses. So if you have a spare minute you can fill in the few simple questions, absolutely anonymous, providing some feedback on how you use the product and this way maybe help improving the next version of the 3D Vision….

- To fill in the 3D Vision Accessories survey currently being conducted by Nvidia…

→ 1 CommentTags:················

Alienware AW2310 and 3D Vision User Review at Nvidia Forums

January 25th, 2010 · No Comments · GeForce 3D Vision

alienware-optix-aw2310-monitor


The 23-inch 120Hz Alienware OptX AW2310 display with Full HD resolution is still quite new product, but it has generated a lot of interest among the stereoscopic 3D gaming community. With the reason being that this was actually the first on market, although not the first introduced 1080p display compatible with Nvidia’s 3DVision active shutter glasses for stereo 3D usage. It seems that Alienware AW2310 is a bit better than the first generation of 22″ 120Hz displays, but maybe not as much as everyone hoped it will be as a product using a second generation of 120Hz panel. Anyway, if you are interested in obtaining Alienware AW2310 for usage with 3D Vision for S3D gaming you better check the following review at Nvidia’s forums done by the user Jytra. It will answer some of the questions you probably had regarding the display and its usage for stereoscopic 3D gaming and not only.

- To visit the 23″ Alienware OptiX AW2310 display review at Nvidia Forums…

→ No CommentsTags:········