47
edits
QianqianLI (talk | contribs) No edit summary |
QianqianLI (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
== Process: == | == Process: == | ||
*Collecting the correlative data for the speed: Through the connecting of OSC and Motion Tracking platform, the root position and the updated data of one person could be obtained. The shifting distance and the relevant time decides the speed of the root node. | *Collecting the correlative data for the speed: Through the connecting of OSC and Motion Tracking platform, the root position and the updated data of one person could be obtained. The shifting distance and the relevant time decides the speed of the root node. | ||
<br> | |||
<source lang="java"> | <source lang="java"> | ||
public void updateRoot(float x, float y, float z) { | public void updateRoot(float x, float y, float z) { |
edits