#1
|
|||
|
|||
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 01:40 PM. |
#2
|
|||
|
|||
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
|
#3
|
|||
|
|||
Have a look at the vizcave single machine example script. It shows how to create multiple subwindows and assign a wall to each window.
|
#4
|
|||
|
|||
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...
|
#5
|
|||
|
|||
ok I figured it out, I am a GOD!!!!!
|
#6
|
|||
|
|||
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) |
Tags |
2 screen, cave |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizard exits full screen after 30 seconds | derek | Vizard | 3 | 08-21-2014 01:02 PM |
CAVE screen lag | brunomartelli | Vizard | 7 | 07-19-2013 11:36 AM |
[New here] Cave joy navigation | esuna114 | Vizard | 2 | 06-11-2010 05:36 PM |
Flipped floor in a CAVE | shivanangel | Vizard | 1 | 03-10-2010 11:12 AM |
right-hand to left-hand coordinate System for a cave setup | Andy | Vizard | 1 | 09-16-2009 11:17 AM |