WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Jeff
Forum: Vizard 04-26-2017, 09:32 PM
Replies: 13
Views: 10,328
Posted By Jeff
You could try setting this up through vizconnect....

You could try setting this up through vizconnect. The attached script shows a simple desktop example. The keyboard tracker is a substitute for a kinect tracker. Both the beachball, which is parented...
Forum: Vizard 04-24-2017, 09:55 PM
Replies: 13
Views: 10,328
Posted By Jeff
Does everything look correct with the last code I...

Does everything look correct with the last code I posted? If so and you need the global transform of the sphere you could try calculating it based on the view transform and the sphere's relative...
Forum: Vizard 04-19-2017, 09:39 PM
Replies: 13
Views: 10,328
Posted By Jeff
Does the following work? for i in range(0,...

Does the following work?

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...
Forum: Vizard 04-18-2017, 04:24 AM
Replies: 13
Views: 10,328
Posted By Jeff
Try the following: #now add all trackers and...

Try the following:

#now add all trackers and link a shape to it
for i in range(0, 24):
t = vrpn.addTracker( 'Tracker0@localhost',i )
s = vizshape.addSphere(radius=.1)
l = viz.link(t,s)...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -7. The time now is 01:11 PM.


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