View Single Post
  #1  
Old 03-25-2014, 12:14 PM
Alex Miranda Alex Miranda is offline
Member
 
Join Date: Mar 2014
Posts: 21
Two or more window

Hey everyone,
I'm beginner using vizard and i'm trouble. I would like to use two or more screens like that:

UpperLeftWindow = viz.addWindow(pos=(0,1),size=(0.5,1))
UpperLeftWindow.visible(0,viz.SCREEN)

UpperRightWindow = viz.addWindow(pos=(0.5,1),size=(0.5,1))
UpperRightWindow.visible(0,viz.SCREEN)

I would like to rotate only one image using "setPosition" or "setEuler", I don't know. I used OGRE and is completely different. I hope everyone can help me. Thanks.
Reply With Quote