Can the 3D models used with the markers be made click-able and rotatable using Android Studio and ARToolkit ? Basically in the AR android application I want to implement this functionality on the 3D models as well.
Problem is: I have downloaded Android SDK for ARToolkit from ARToolkit.org and in it there is a sample app named ARNativeOSG which show a model while scanning a marker available in same SDK.but I want to rotate that model which is a plane by 360 degree by using touch coordinates.So my question is that how to rotate it and where is that model is used? I am using Android Studio with JDK 1.7.
and can i make my own model in it and of which format?