| Forum: Vizard  07-24-2017, 02:00 PM | 
	
	| 
			Replies: 1
		 
			Views: 28,595
		 
			
				
				About getMatrix() command
 When we apply getMatrix() command like below, we can get a 4x4 matrix.
 
 x = node.getMatrix()
 print x
 
 Is there anyone can explain the meaning of the matrix like the number inside the matrix?...
 | 
	| Forum: Vizard  04-27-2017, 09:35 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-26-2017, 12:24 PM | 
	
	| 
			Replies: 1
		 
			Views: 22,800
		 
			
				
				About "postTrans"
 Is there a way to direct apply "postTrans" to node3d objects other than linking the node3d object to the sensors or other objects and apply postTrans to the link?
 
 Thanks,
 | 
	| Forum: Vizard  04-25-2017, 12:09 PM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-25-2017, 07:50 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 
			
				
				It works for the last code you give to me. But...
 It works for the last code you give to me. But when I apply print position, it will still give the position which is the same as the skeletal stay in global coordinate(0,0,0). The position is just...
 | 
	| Forum: Vizard  04-24-2017, 08:28 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-20-2017, 02:28 PM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 
			
				
				I made a simple code to explain my problem  
 ...
 I made a simple code to explain my problem
 
 import viz
 import vizshape
 
 viz.go()
 grid = vizshape.addGrid()
 viz.MainView.setPosition(0,1,-5)
 
 #now the sphere should be around 7 meters away...
 | 
	| Forum: Vizard  04-20-2017, 01:26 PM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-18-2017, 10:52 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-18-2017, 08:36 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-17-2017, 11:33 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 | 
	| Forum: Vizard  04-17-2017, 11:24 AM | 
	
	| 
			Replies: 13
		 
			Views: 43,110
		 
			
				
				about Kinect coordinate transformation
 import viz
 import vizshape
 
 viz.go()
 grid = vizshape.addGrid()
 
 """
 Kinect Tracker object ID's
 These are not actually being using in the script but are to
 help anyone who wants to get access...
 | 
	| Forum: Vizard  03-17-2017, 10:50 AM | 
	
	| 
			Replies: 2
		 
			Views: 26,780
		 | 
	| Forum: Vizard  03-15-2017, 12:05 PM | 
	
	| 
			Replies: 2
		 
			Views: 26,780
		 
			
				 about checkbox 
 def onButton_trigger(obj,state):
 
 #judgement for x axis
 if obj == r_checkbox_x:
 if state == viz.DOWN:
 print "state=down"
 
 else:
 print "state=up"
 | 
	| Forum: Vizard  02-15-2017, 02:00 PM | 
	
	| 
			Replies: 2
		 
			Views: 24,350
		 | 
	| Forum: Vizard  02-14-2017, 01:31 PM | 
	
	| 
			Replies: 2
		 
			Views: 24,350
		 | 
	| Forum: Vizard  01-23-2017, 12:43 PM | 
	
	| 
			Replies: 0
		 
			Views: 23,082
		 
			
				 about maplotlib in Vizard 
 import matplotlib
 matplotlib.use('agg')
 import matplotlib.pyplot as plt
 
 import time
 import random
 
 import viz
 import viztask
 | 
	| Forum: Vizard  01-20-2017, 01:51 PM | 
	
	| 
			Replies: 5
		 
			Views: 27,098
		 | 
	| Forum: Vizard  01-20-2017, 01:16 PM | 
	
	| 
			Replies: 1
		 
			Views: 20,622
		 | 
	| Forum: Vizard  01-20-2017, 10:35 AM | 
	
	| 
			Replies: 5
		 
			Views: 27,098
		 | 
	| Forum: Vizard  01-05-2017, 09:07 AM | 
	
	| 
			Replies: 2
		 
			Views: 21,989
		 | 
	| Forum: Vizard  12-28-2016, 09:45 AM | 
	
	| 
			Replies: 2
		 
			Views: 21,989
		 
			
				 mouse cursor size 
 when I set up the mouse ICON using win32gui like the code below, is that possible to change the size of the cursor in the window. I want to make it bigger.
 
 handCursor =...
 | 
	| Forum: Vizard  09-14-2016, 09:30 AM | 
	
	| 
			Replies: 4
		 
			Views: 22,758
		 | 
	| Forum: Vizard  09-13-2016, 01:21 PM | 
	
	| 
			Replies: 4
		 
			Views: 22,758
		 | 
	| Forum: Vizard  09-08-2016, 10:16 AM | 
	
	| 
			Replies: 4
		 
			Views: 22,758
		 
			
				
				About 3d projector
 Is Vizard support 3d projector? such as epson 9100 3d projector.
 
 If yes, how to initialize the setting in order to see the 3d object directly wearing a 3d glass?
 
 Thanks
 |