![]() |
|
|
|
#1
|
|||
|
|||
|
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)
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
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 |