WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-27-2008, 10: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
  #2  
Old 08-27-2008, 10:19 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Set the scene for the right eye to an unused scene, this way nothing will appear.
Code:
viz.MainView.setScene(2,viz.RIGHT_EYE)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vizcave and quad-buffered stereo michaelrepucci Vizard 7 11-29-2011 12:15 PM
8800 ultra stereo driver Dave Vizard 21 10-25-2009 11:25 AM
emagin stereo vision quadro fx 570 smith11235 Vizard 5 08-05-2008 01:01 PM
Stereo eye separation ajmurray Vizard 4 10-24-2007 11:56 AM
SeeReal stereo with separate scenes Jerry Vizard 2 10-18-2005 01:02 PM


All times are GMT -7. The time now is 09:33 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC