[android-developers] Re: Show 3D object on top of camera view (augmented reality)

2012-04-27 Thread santy
Thanks RAGHAV. On 19 abr, 20:33, Raghav Sood raghavs...@gmail.com wrote: Afraid to be the one to break it to you, but your research isn't very thorough. AndAR does exactly what you want. In fact, one of their code sample projects is a perfect carbon copy of what you want. Loading 3d models

[android-developers] Re: Show 3D object on top of camera view (augmented reality)

2012-04-19 Thread santy
I have tried min3d framework (I suppose I can do it with min3d but I don´t know how) and opengl functions directly as shown in http://stackoverflow.com/questions/3548666/overlay-images-onto-camera-preview-surfaceview, and it works fine, but what I want to do is to show a 3d model in 3ds or obj

Re: [android-developers] Re: Show 3D object on top of camera view (augmented reality)

2012-04-19 Thread TreKing
On Thu, Apr 19, 2012 at 12:54 PM, santy santiago.gonzalez.iz...@gmail.comwrote: I have tried min3d framework (I suppose I can do it with min3d but I don´t know how) You would learn this framework then use its functionality to do what you need. and opengl functions directly as shown in

Re: [android-developers] Re: Show 3D object on top of camera view (augmented reality)

2012-04-19 Thread Raghav Sood
Afraid to be the one to break it to you, but your research isn't very thorough. AndAR does exactly what you want. In fact, one of their code sample projects is a perfect carbon copy of what you want. Loading 3d models over a camera preview that are exported from blender in .obj formats.