[android-developers] how to convert screen coordinates to 3d coordinates

2010-08-05 Thread akram
i'm created an application where it consists of 3d rotating cube I want to move the cube with respect to the drag on the screen In the on touch Listener I'm able to get the x,y coordinates but i don Know how to make those coordinates to map to 3d space. Pls help me in this regard .I'm new to and

Re: [android-developers] how to convert screen coordinates to 3d coordinates

2010-08-05 Thread { Devdroid }
On 5 August 2010 12:30, akram wrote: > i'm created an application where it consists of 3d rotating cube I > want to move the cube with respect to the drag on the screen > > In the on touch Listener I'm able to get the x,y coordinates but i don > Know how to make those coordinates to map to 3d spac