Jump to: navigation, search

Changes


SYSCLS ARCONTENTROTATION

1,708 bytes added, 10:59, 19 September 2017
Created page with "{{ClassificationInfoBox | title = AR-Content Rotation Classification | name = {{PAGENAMEE}} | inheritance = none | namespace = System.Classification.AR | purpose = Classify ob..."
{{ClassificationInfoBox
| title = AR-Content Rotation Classification
| name = {{PAGENAMEE}}
| inheritance = none
| namespace = System.Classification.AR
| purpose = Classify object for AR-Content rotation.
| version = -
| id = {ae66b7ee-3068-44c3-8bf9-451b9cd3f560}
}}

Use this classification to specify the rotation of AR-Content relative to a given origin. In case of [[AR-Marker#Direct_Augmentation|Direct Augmentation]], the AR-Content is rotated relative to the [[AR-Marker|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.

[[File:ArucoMarkerCoordinateSystem.PNG|300 px|center|thumb|alt=AR-Marker Coordinate System|AR-Marker Coordinate System]]


== MetaProperties ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=20% | 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.
|}

== See also ==
* [[SYSCLS_ARMARKER_DIRECTAR|AR-Marker Direct AR Classification]]
* [[SYSCLS_ARCONTENTTRANSLATION|AR-Content Translation Classification]]
* [[SYSCLS_ARCONTENTSCALE|AR-Content Scale Classification]]
335
edits