I am new to Wikitude and currently i am trying to understand your nativeSDKExample App.
There is an Example for 3D tracking and recognizing with a rectangle. But what do i need to change to exchange the rectangle with a 3D Model (.wt3)on the tracking map?
Greetings
Marcel
N
Nicola Radacher
said
over 7 years ago
Hi,
The Native API of Wikitude?s augmented reality SDK is targeted to developers who want to stay in the native world of their app. Either stick to ObjC for iOS apps or Java for Android apps that incorporate the Wikitude SDK. The Native API wraps the main functionalities of the Wikitude and enables the full computer vision power in your app. To keep it lean, the Native API does not integrate a separate rendering engine, but offers you the full flexibility in terms of rendering augmented reality content.
So if you work with the Native API, you'll need to take care of the rendering on your end.
Marcel Slodczyk