WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 04-19-2017, 09:39 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 02:38 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC