View Single Post
  #2  
Old 06-20-2007, 02:21 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If your graphics card supports quad buffering then you can do the following to enable page flipped stereo:
Code:
viz.go(viz.QUAD_BUFFER)
If your projector accepts split screen input, then split screen stereo should work. What type of input does your projection system accept?
Reply With Quote