SYSCLS ARCONTENTROTATION
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. |