[android-beginners] Re: Manipulate 2D View in 3D OpenGL

2008-10-12 Thread sandroid
draw on an arbitrary mesh. > > On Oct 12, 2008 4:33 PM, "sandroid" <[EMAIL PROTECTED]> wrote: > > Yes, I'm getting some good results too.  I also found out that you can > get a Bitmap of the MapView by do the following > > 1) Create a Bitmap > 2) Constr

[android-beginners] Re: Manipulate 2D View in 3D OpenGL

2008-10-12 Thread sandroid
cape mode" does this. I'm not > > > > sure what method is used or anything but its possible. > > > > > But check out the PolyToPoly API Graphics demo which shows how to > > > > transform a canvas to make it look 3D without opengl. I havnt really > &g

[android-beginners] Re: Manipulate 2D View in 3D OpenGL

2008-10-10 Thread sandroid
x27;t tell when or where I should call the routine. On Oct 10, 12:14 am, Fugita <[EMAIL PROTECTED]> wrote: > Hey if you get this to work then maybe we can get something like a 3D > turn by turn driving direction program for Google finally! > > On Oct 9, 3:23 pm, sandroid &l

[android-beginners] Manipulate 2D View in 3D OpenGL

2008-10-09 Thread sandroid
Hi, Is there a way to take the frame from a view, such as the MapView, and manipulate it in 3D with OpenGL. For example, I have a MapView which shows a particular location and I want to treat this as a 2D plane in 3D so that I can rotate the plane along the y or x axis. Right now I have n