View Single Post
  #2  
Old 08-27-2008, 09:16 AM
michaelrepucci michaelrepucci is offline
Member
 
Join Date: Jul 2008
Posts: 53
I partially answered my own question. I found that for each object in the scene I can specify to which buffer(s) that object is rendered. For example, object.enable(viz.RENDER_LEFT) and object.disable(viz.RENDER_RIGHT), shows that object only to the left eye. But it'd be nice to be able to specify this for the entire scene, without doing so for each object. Any ideas?
Reply With Quote