Thread: 3D
View Single Post
  #18  
Old 06-23-2010, 01:32 PM
Igo kyu's Avatar
Igo kyu Igo kyu is offline
Approved Member
 
Join Date: Sep 2008
Posts: 703
Default

Quote:
Originally Posted by JVM View Post
- 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)
I believe this is incorrect, the CPU generates the positions of the objects, the GPU takes it from there. So, only one CPU pass.

Quote:
- GPU side, two full rendering of a complete image at selected resolution
This is where you need a lot of GPU grunt.
Reply With Quote