This is the 3rd example application from the book Pro Android Augmented Reality by Raghav Sood, published by Apress. It projects models on a marker. You may either use the internal models or supply your own models in the wavefront obj format.

  1. First steps
  2. Taking a screenshot
  3. Transforming the model
  4. Custom models

First steps

Taking a screenshot

Transforming the model

Custom models

The application is capable of showing custom wavefront obj models. Most 3d modelling software out there can export this format(e.g. 3ds max, Blender). There are currently some restrictions to the models: E.g. when exporting a model from blender make sure you check Normals and Triangulate.

Attribution