![]() |
#6
|
|||
|
|||
Does the following work?
Code:
for i in range(0, 24): t = vrpn.addTracker( 'Tracker0@localhost',i ) s = vizshape.addSphere(radius=.1) s.setReferenceFrame(viz.RF_VIEW) l = viz.link(t,s) #change z value to move sphere closer/farther from view l.postTrans([0,0,2]) trackers.append(t) links.append(l) shapes.append(s) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Local coordinate and global coordinate | haohaoxuexi1 | Vizard | 2 | 07-24-2016 07:21 PM |
Problems with using WIRKS without the Kinect in a mirror setting | Jennifer | Vizard | 0 | 06-03-2013 03:17 PM |
Kinect auto selection of skeleton | victorqx | Vizard | 0 | 05-29-2012 08:30 AM |
Mouse 2D coordinate to viz world 3D coordinate | james007 | Vizard | 1 | 10-08-2009 12:11 PM |
creating multiple coordinate systems and making them visible | jalvarez | Vizard | 1 | 02-27-2009 12:36 PM |