Question

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.

Was it helpful?

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

OTHER TIPS

you can export to a C++ header file from Blender. You should try that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top