Search code examples
androidaugmented-realityvuforia

Convert 3d Model to c++ Header file for Augmented Reality


We are creating AR application on android. We have not much experience with AR. We have downloaded Vuforia SDK and sample project for Android. While tracking some images teapot is appeared on the screen. And its details(coordinates and so on) are included in teapot.h file. So we want to create our own 3d objects and convert them to such header files. How we can do it?

Thanks.


Solution

  • You can use the free 3d authoring application Blender (http://www.blender.org)

    and the BlenderVuforiaExport exporter script available here:

    https://github.com/StickyBeat/BlenderVuforiaExport