Difference between revisions of "SYSCLS ARCONTENTROTATION"
Line 12: | Line 12: | ||
[[File:ArucoMarkerCoordinateSystem.PNG|300 px|center|thumb|alt=AR-Marker Coordinate System|AR-Marker Coordinate System]] | [[File:ArucoMarkerCoordinateSystem.PNG|300 px|center|thumb|alt=AR-Marker Coordinate System|AR-Marker Coordinate System]] | ||
− | |||
− | |||
== MetaProperties == | == MetaProperties == |
Latest revision as of 10:36, 2 November 2017
Use this classification to specify the rotation of AR-Content relative to a given origin. In case of Direct Augmentation, the AR-Content is rotated relative to the AR-Marker coordinate system´s origin. Rotations are applied in following order: z-y`-x``. That means for example, that the y-rotation is applied after the rotation around the z-axis was performed.
MetaProperties
Name | Data type | Comment |
---|---|---|
ROTATIONX | Double | Rotation of the augmented content around the x-axis in degrees.
Valid values: 0°…360° (clockwise) |
ROTATIONY | Double | Rotation of the augmented content around the y-axis in degrees.
Valid values: 0°…360° (clockwise) |
ROTATIONZ | Double | Rotation of the augmented content around the x-axis in degrees.
Valid values: 0°…360° (clockwise) |
ISFACINGCAMERA | Boolean | If set to true, the augmented content is always facing the mobile device. Otherwise the rotation is specified by the Rotation properties. |