Jump to: navigation, search

Changes


HowTo:Configure Dynamic AR Content

46 bytes removed, 15:12, 24 March 2014
/* GeometryResource Tag */
In the following rotation example the user must see the 3d object rotated around X axis and around Z axis 90 degrees.
Note that the angle is in radians.
* ''RotationDegrees example''.
<source lang="xml">
<Rotation>
<X>0.5707</X>
<Z>0.5705</Z>
<!--these are the values for 90 degrees.-->
</Rotation>
</source>