Thread: multiple views
View Single Post
  #1  
Old 05-05-2009, 12:06 PM
durf durf is offline
Member
 
Join Date: Feb 2009
Posts: 61
multiple views

Hi,

I am displaying a program across 4 projector screens. One of the projectors is going to be hung above a stage pointing towards the stage(so the image will be on the floor). I was planning on using FOV. projector 1-3 would be using :

viz.MainView.setPosition([0,10,-35]) #sets camera position
viz.MainView.setEuler([0,2,0]) #sets camera pitch

I want the fourth projector(the one pointing at the floor) to have:

viz.MainView.setPosition([0,50,0]) #sets camera position
viz.MainView.setEuler([0,90,0]) #sets camera pitch

Is there a way to have multiple views in a single program?

I can clarify more if need be.

Thanks
Reply With Quote