![]() |
|
|||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
|||
|
|||
|
Do you get changing positions with the following code?
Code:
import viz
import vizact
viz.go()
sensable = viz.add('sensable.dle')
device = sensable.addHapticDevice()
def printPosition():
print device.getPosition()
vizact.ontimer(0,printPosition)
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Real time collision and object navigation | sunil.nair | Vizard | 11 | 10-04-2013 08:10 PM |
| how to hide 3D virtual object behind real object? | Darkmax | Vizard | 3 | 05-29-2012 09:39 AM |
| Time - seconds are longer than real seconds | clowenth | Vizard | 6 | 05-19-2010 09:14 AM |
| Can you link the position of a tracker to the orientation of an object? | michaelrepucci | Vizard | 1 | 09-19-2008 10:23 AM |
| timer question | Elittdogg | Vizard | 5 | 10-10-2007 02:49 PM |