Defines a user coordinated system capable of moving along with dynamically tracked marker locations.
Syntax |
*TrackingSystem(axis, originID, axisID) |
|
Arguments |
Name |
Description |
|
axis |
Options include “Ox” or “Oy”. Determines which axis will point at the axisID point. |
|
originID |
The ID of the marker to be used as the origin for the tracking system. |
|
axisID |
The ID of the marker to be used as the axis point for the tracking system. |
Example |
*BeginVideo() • • • *BeginVideoMarkerList(5, 13, {VIDEO_FILE_VIDEO_1}) • • • *TrackingSystem(“Ox”,1,2) *EndVideoMarkerList() • • • *EndVideo |
|
Application |
MediaView |
|
Context |
||
Comments |
Must appear in a *Begin()/*EndMarkerList() block. |
|
See also |
|
|