MaxstARSDK
MaxstAR.h File Reference
#include <string>
#include "Types.h"
Include dependency graph for MaxstAR.h:

Go to the source code of this file.

Namespaces

 maxstAR
 

Functions

MAXSTAR_API void maxstAR::init (string appKey)
 Initialize AR engine. More...
 
MAXSTAR_API void maxstAR::deinit ()
 Deinitialize AR Engine. More...
 
MAXSTAR_API bool maxstAR::isInitialized ()
 Check AR engine has been initialized. More...
 
MAXSTAR_API void maxstAR::onSurfaceCreated ()
 Called when surface created on rendering thread. More...
 
MAXSTAR_API void maxstAR::onSurfaceChanged (int viewWidth, int viewHeight)
 Called when rendering surface's size changed (i.e. orientation change, resizing rendering surface) More...
 
MAXSTAR_API void maxstAR::onSurfaceDestroyed ()
 Called when rendering surface about to destroyed. More...
 
MAXSTAR_API void maxstAR::setScreenOrientation (ScreenOrientation orientation)
 Set device orientation. More...