Thread: 3D
View Single Post
  #17  
Old 06-23-2010, 11:52 AM
JVM JVM is offline
Approved Member
 
Join Date: Oct 2007
Posts: 188
Default

Whatever the technology used to see one image per eye in an independent way (and so far the Nvidia solution with a double scan rate display is still the best available) you still need the game to compute two independent 2D images and have them created by the graphics processor. This means:

- CPU side, two set of image primitives calculations (not equivalent to exactly twice the used computing power for 2D, as the relative positions for all objects in each image are the same)

- GPU side, two full rendering of a complete image at selected resolution

Short of this, there will never be a "real" 3D rendering of SoW...This really means that SoW would need to have a very special "3D" computing as well as video mode, and the GPU will need a no less special driver, and will need a very powerful unit (the GPU does need to render at twice the usually 60 Hz selected scan rate, so 120 Hz and even with the most performing unit on the market you will need to accept a relatively medium resolution) and the suitable display/glasses set or equivalent device...

JV
Reply With Quote