WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Jeff
Forum: Vizard 02-15-2017, 05:25 PM
Replies: 4
Views: 13,433
Posted By Jeff
The getPosition() command returns an [x,y,z] list...

The getPosition() command returns an [x,y,z] list that you access like other Python lists:

pos = tracker.getPosition()
x = pos[0]
y = pos[1]
z = pos[2]
Forum: Vizard 02-01-2017, 02:27 PM
Replies: 4
Views: 13,433
Posted By Jeff
There's not a built-in function to do this. You...

There's not a built-in function to do this. You could try using a proximity sensor to detect when the user is near the crate. Then get the position of the foot tracker and check to see if it's above...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -7. The time now is 12:28 AM.


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