Start a new topic

Class AR.radar

Class AR.radar


I am trying to put the radar to the top right corner, but no luck. Can any body suggest how to do that.

This is what I have

 

AR.radar.background = new AR.ImageResource("radarImg.png");

        AR.radar.positionX = 1;

        AR.radar.positionY = 0.1;

        AR.radar.width = 0.2;

        AR.radar.radius = 0.2;

Hello,

Thank you for your post. At the moment it is possible to place the radar at the top right corner only in one orientation mode. The reason for this is that the radar is positioned in percentage according to the screen width in portrait orientation.

If you are using both orientations the best way to place the radar is at the top-left corner. We are aware of this limitation and will deliver this feature in a later version.

Hope this helps, Chris
Login or Signup to post a comment