WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 06-20-2016, 11:29 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Rather than using a quad to hide the scene like I posted earlier, an easier solution is to set one eye to an empty scene:

Code:
import viz
import vizact
viz.go(viz.STEREO_HORZ)

viz.addChild('piazza.osgb')

#Show or hide scene 1 for the right eye
vizact.onkeydown('1',viz.MainWindow.setScene,1,eye=viz.RIGHT_EYE)
vizact.onkeydown('2',viz.MainWindow.setScene,2,eye=viz.RIGHT_EYE)
Reply With Quote
 


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
Temporarily cease Oculus DK2 rendering or hide display willpower2727 Vizard 5 09-07-2016 08:39 AM
pylink world rendering VizMars Vizard 4 05-09-2016 06:43 AM
Turning off rendering mhtong Vizard 1 02-27-2014 12:02 PM
Any way to increase rendering resolution v-Salik Vizard 3 09-12-2007 04:57 PM
Texture map rendering problem JRichizzle Vizard 4 03-04-2004 07:20 AM


All times are GMT -7. The time now is 06:12 AM.


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