Loading...

2017.

Welcome to VOID AR

VOID AR is devoted to the continuous development of new AR technology in order to fulfill the AR developers with ultimate imaginaries, creativities and more high quality AR contents.
You can learn to use our products from here if you are trying VOID AR for the first time.

Introduction of Prefab(ImageTarget)

Function: Build the match connection with image target and display object. When the camera inspect the content of image target in the real environment, the AR content will appear at the location of the image marker in the real environment.

ImageTarget_01.png

Binding Script: ImageTargetBehaviour

Image File Path is the name of image target file ( with file extension name ). It must be located in the directory of StreamingAssets folder, and its format must be JPG.

Under the ImageTarget's sub-node, you can place the display objects ( single or multiple ) for recognition. When the target is recognized or lost, the Renderer and Collider of the display objects will be updated, and also the broadcast the VoidAREvent. The API of the use of the event will be introduced in API documentation.