![]() |
#2
|
|||
|
|||
Link objects do not get updated until later on in the update cycle. There are a few ways to deal with this.
1) Register your callback with a priority greater than viz.PRIORITY_LINKS 2) Manually update the link before retrieving the values from the bone: Code:
link.update() print sensor.getEuler(), bone.getEuler() Code:
print link.getEuler() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using 5DT plug-in with the data coming through network... | mcicek | Vizard | 1 | 05-18-2009 05:17 PM |
Flagging the Data | Elittdogg | Vizard | 5 | 04-11-2008 11:40 AM |
Flock of Birds question (again) | Elittdogg | Vizard | 24 | 12-04-2007 09:37 AM |
5DT Data Glove 5 Ultra Flexure Question | bjgold | Vizard | 1 | 07-25-2006 02:58 PM |
tracking using quaternarion data | jfreeman | Vizard | 2 | 06-01-2005 08:48 AM |