I am trying to load a custom 3d object on the native SDK. I currently work on the provided examples but with no success loading an object instead of the provided orange rectangle. I am fairly new with opengl as well so any tips are welcome. Does the library support latest version of opengl es? i.e. 3.2. I see version 2 it's used in the provided examples.
Many thanks,
Emil
A
Andreas Schacherbauer
said
over 7 years ago
Hi Emil, Our SDK set's up an OpenGL ES 2 context, but with external rendering you should be able to use OpenGL ES 3.
How can we achieve the same using WebGL. We are working with wikitude cordova plugin.
Regards,
A
Andreas Schacherbauer
said
over 7 years ago
Hi Mohammed, The Wikitude Architect view is a web view, so you should be able to draw anything WebGL related without any problems. If you want to draw custom augmentations however, you might encounter an issue because the target's model-view/projection matrix is not available in JS.
I could imagine that sending two matrices from Java/ObjC to JS every frame is not an ideal solution, so you might need to switch to our Native SDK or write a c++ plugin for the Architect SDK and define your custom augmentations using the previously mentioned c++ libraries.
Emil Micu
1 person has this problem