I would like to use the Qualcomm Augmented Reality SDK (Vuforia) with the min3D library and load animations with md2 files. How can I combine QCAR (Vuforia) with min3D? How to assign a forecast matrix and QCAR (Vuforia) model matrices to min3D? For the scene to be done correctly in min3d.glsurfaceview? Has anyone developed an example? How is your experience?
Edit: examples and experiences with other third-party rendering libraries such as jPCT-AE or ModelRenderer , I am also very grateful.
I did what the yogi said. jpct-ae and qcar together are awesome. I used a single GLSurfaceView and brought the ModelView matrix and the actual video resolution from native code to Java. Then you can easily download the md2 file along with the animation.
jpct-ae
qcar
GLSurfaceView
ModelView
md2
You can see the result here:
http://youtu.be/chsHh0pEhzw
after a long struggle, I achieved integration of the Jpct library with vuforia, this is a long code, if you are still stuck, ask specific questions, I will help
Source: https://habr.com/ru/post/1382691/More articles:A * pathfinding in Hexmap in JavaScript - javascriptNoise / Image Artifact Detection - linuxC #: a shorter way to write v1 !? v2 :! v2 - syntaxhow to include tpl file in my drupal 7 module - drupal-7Property type 'shapeMatched' does not match accessor type 'setShapeMatched:' - iosWicket: (how) can I associate an AjaxCheckBox with a CheckGroupSelector? - checkboxAdvanced search engine or server for relational database - sqlWicket: can Checkgroup be enabled Ajax? - javaChange the selected image of the marked date in the calendar Tapku - iosEntity Framework 4 - Include your own table - c #All Articles