| Forum: Vizard  05-05-2015, 11:43 AM | 
	
	| 
			Replies: 3
		 
			Views: 49,829
		 | 
	| Forum: Vizard  05-05-2015, 11:18 AM | 
	
	| 
			Replies: 3
		 
			Views: 49,829
		 
			
				
				Manual tracking
 Hello everyone. I'm developing the system to CAVE environment and I am using the library <viz.tracker> to move. I would like to know if I can receive datas using a socket. For example: A smartphone...
 | 
	| Forum: Vizard  11-19-2014, 06:52 AM | 
	
	| 
			Replies: 0
		 
			Views: 19,015
		 
			
				
				Sending a value by Thread
 Hello everyone.
 I'm using socket and thread on my code and I'm trying to get a value that I have received by thread and put it on my code. My variable is global, but I can't get the result out of...
 | 
	| Forum: Vizard  10-22-2014, 06:08 AM | 
	
	| 
			Replies: 1
		 
			Views: 17,042
		 
			
				
				load multiple scenarios
 Is possible load multiple scenarios on only one code? For example:
 
 If key == '1':
 "Load scenario here"
 elif key == '2':
 "Load another scenario here"
 
 Thx.
 | 
	| Forum: Vizard  10-15-2014, 10:39 AM | 
	
	| 
			Replies: 3
		 
			Views: 20,468
		 
			
				
				I know, but if I change any number everything...
 I know, but if I change any number everything will change! I would like to know which criteria are used to choose this constants.
 For example: Why width is 3.048 and width_2 is ( Width / 2 ) and...
 | 
	| Forum: Vizard  10-15-2014, 10:27 AM | 
	
	| 
			Replies: 3
		 
			Views: 20,468
		 
			
				
				Criteria to CAVE dimensions
 Hi, everyone!
 I've read regarding CAVE and there is an issue that I didn't understand in this script vizcave single machine...
 | 
	| Forum: Vizard  10-01-2014, 01:01 PM | 
	
	| 
			Replies: 3
		 
			Views: 21,217
		 | 
	| Forum: Vizard  10-01-2014, 12:46 PM | 
	
	| 
			Replies: 3
		 
			Views: 21,217
		 
			
				
				Thanks for your answer.  
  
This code is not...
 Thanks for your answer.
 
 This code is not teaching how to use the vizCave and when I try to use it, the output show me " tracker is not defined".
 
 I would like to understand how I can change the...
 | 
	| Forum: Vizard  10-01-2014, 11:28 AM | 
	
	| 
			Replies: 3
		 
			Views: 21,217
		 
			
				
				vizCave
 Hello everyone. I'm trying developer a CornerCavern environment like that:
 
 http://www.worldviz.com/systems/cornercave
 
 I can't find good materials about it, and my project has stopped cause I...
 | 
	| Forum: Vizard  08-26-2014, 04:55 PM | 
	
	| 
			Replies: 2
		 
			Views: 19,586
		 | 
	| Forum: Vizard  08-22-2014, 11:48 AM | 
	
	| 
			Replies: 2
		 
			Views: 19,586
		 
			
				
				Cave
 Hello everyone,
 I've tried to develop for the CAVE environment, but I'm having any troubles to sync all images... Is there a plug-in that I can use?
 | 
	| Forum: Vizard  08-21-2014, 12:02 PM | 
	
	| 
			Replies: 3
		 
			Views: 48,653
		 | 
	| Forum: Vizard  08-20-2014, 01:23 PM | 
	
	| 
			Replies: 4
		 
			Views: 21,328
		 
			
				
				I've looked at the code in the link you sent me...
 I've looked at the code in the link you sent me and I'm using now, but I'm having trouble with memory, maybe I can use this another code you've posted right now. I have a project on college using the...
 | 
	| Forum: Vizard  08-20-2014, 06:27 AM | 
	
	| 
			Replies: 4
		 
			Views: 21,328
		 | 
	| Forum: Vizard  08-19-2014, 05:50 AM | 
	
	| 
			Replies: 4
		 
			Views: 21,328
		 
			
				
				Move an object on four screen
 Hey everyone, I wanna show four screens on four displays.
 
 I created four screens like that:
 
 Camera_01_Window = viz.addWindow()
 Camera_01_Window_View = viz.addView() ...
 | 
	| Forum: Vizard  04-15-2014, 07:21 AM | 
	
	| 
			Replies: 2
		 
			Views: 18,849
		 
			
				
				Run!
 Thank for help me! The code run!
 | 
	| Forum: Vizard  04-10-2014, 11:36 AM | 
	
	| 
			Replies: 2
		 
			Views: 18,849
		 
			
				
				Set Size ViewPoint by Keyboard
 Firstly,  i would like to thanks everyone that helped me, and I have more one question. How can I set the size of window using keyboard?
 
 For example: I've defined "upLeftWindow.setSize(.436,...
 | 
	| Forum: Vizard  04-09-2014, 08:13 AM | 
	
	| 
			Replies: 2
		 
			Views: 19,546
		 
			
				
				Run!
 THANKS!
 
 It's running.
 | 
	| Forum: Vizard  04-02-2014, 12:08 PM | 
	
	| 
			Replies: 2
		 
			Views: 19,546
		 
			
				
				Black Background
 Hello, i've created two windows to view my scene. I would like to turn black the main window and show the two windows. My code is:
 
 import viz
 
 viz.go(viz.FULLSCREEN)
 maze =...
 | 
	| Forum: Vizard  03-27-2014, 08:30 AM | 
	
	| 
			Replies: 2
		 
			Views: 18,947
		 | 
	| Forum: Vizard  03-25-2014, 12:14 PM | 
	
	| 
			Replies: 2
		 
			Views: 18,947
		 
			
				
				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))...
 |