API Description - KimKyuyeon/AR_Object_placment GitHub Wiki

This API contains our application's main function which is object handling.

Function:

  • Search surface

This function looks for the surface and once surface found, show the surface plane. When surface search unavailable, it shows the alert below.

  • Show depth-map

This shows the distance of objects. When the object is close enough, the map turns blue and when object is far, the map turns red.

  • Place an object with a single touch

When you touch a display after surface recognition, the default object 'Andy' is placed.

  • Move an object by dragging

When moving the object, place your finger on the object and drag it. Now you can see the object moved.

  • Rotate the object with two finger

Using two fingers, you can rotate the object.