WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-29-2008, 11:25 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
1) vizcave will account for the head position relative to the projection surface and tweak the projection matrix so that the virtual objects appear physically correct. In order for this to work in stereo, you will need to know the position of the left and right eye, or the center position/rotation of the eyes. If you are mostly standing in place and viewing some 3D objects, then vizcave might be unnecessary. I would suggest trying it out once so you can form your own opinion about it.

2) You can use the viz.fullscreen.monitor option to control which monitor Vizard will go fullscreen on. If you want to go fullscreen on monitor 2, then you would use the following code:
Code:
import viz

#Tell Vizard to go fullscreen on monitor 2
viz.setOption('viz.fullscreen.monitor',2)

#Create window
viz.go(viz.FULLSCREEN)
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
8800 ultra stereo driver Dave Vizard 21 10-25-2009 10:25 AM
emagin stereo vision quadro fx 570 smith11235 Vizard 5 08-05-2008 12:01 PM
anaglyphic stereo, backprojection & screendistance malte Vizard 4 02-23-2008 06:48 AM
quad buffered stereo? halley Vizard 2 10-19-2005 12:28 PM
SeeReal stereo with separate scenes Jerry Vizard 2 10-18-2005 12:02 PM


All times are GMT -7. The time now is 11:44 PM.


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