WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-09-2014, 12:37 PM
brunomartelli brunomartelli is offline
Member
 
Join Date: Apr 2013
Location: London
Posts: 41
how to do a 2 screen CAVE setup for gallery?

Hi

I'm converting a 3 wall and floor CAVE environment to 2 screen for an art show. I'd like it configured like the image:
There is a physical wheel controller to drive the installation.

I would like to use one PC to drive the 2 projectors. How to set this up in Vizard? Any pointers please? My pc will run 2 monitors with Vizard fullscreen on both but the perspective needs tweaking because of the leaning screen. Is it some special setup in Vizconnect?


Last edited by brunomartelli; 10-09-2014 at 12:40 PM.
Reply With Quote
  #2  
Old 10-10-2014, 10:27 AM
brunomartelli brunomartelli is offline
Member
 
Join Date: Apr 2013
Location: London
Posts: 41
So i can get Vizard to drive 2 monitors, but how to get it to display different cave walls on each monitor? At the moment it stretches 1 view over both
Reply With Quote
  #3  
Old 10-10-2014, 10:40 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Have a look at the vizcave single machine example script. It shows how to create multiple subwindows and assign a wall to each window.
Reply With Quote
  #4  
Old 10-13-2014, 07:27 AM
brunomartelli brunomartelli is offline
Member
 
Join Date: Apr 2013
Location: London
Posts: 41
ok!! that seems to be what to do!! but *please* for the sake of my numberlexic brain could you explain what WINDOW_SIZE should be set for the 2 windows I want, 1 above the other...
Reply With Quote
  #5  
Old 10-13-2014, 11:42 AM
brunomartelli brunomartelli is offline
Member
 
Join Date: Apr 2013
Location: London
Posts: 41
ok I figured it out, I am a GOD!!!!!
Reply With Quote
  #6  
Old 10-13-2014, 01:21 PM
brunomartelli brunomartelli is offline
Member
 
Join Date: Apr 2013
Location: London
Posts: 41
Also in that example file, when i added

viz.go(viz.FULLSCREEN |viz.QUAD_BUFFER)

only center widow was stereo, so I had to tell the other windows to be stereo like this:

leftWindow = viz.addWindow(size=WINDOW_SIZE,pos=[0,1])
leftWindow.stereo(viz.QUAD_BUFFER)
cave.addWall(LeftWall,window=leftWindow)
Reply With Quote
Reply

Tags
2 screen, cave

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
Vizard exits full screen after 30 seconds derek Vizard 3 08-21-2014 12:02 PM
CAVE screen lag brunomartelli Vizard 7 07-19-2013 10:36 AM
[New here] Cave joy navigation esuna114 Vizard 2 06-11-2010 04:36 PM
Flipped floor in a CAVE shivanangel Vizard 1 03-10-2010 10:12 AM
right-hand to left-hand coordinate System for a cave setup Andy Vizard 1 09-16-2009 10:17 AM


All times are GMT -7. The time now is 03:53 PM.


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