[android-developers] Re: 3d view on a field

2014-01-08 Thread JackN
Seems like you want a perspective. Using your approach you could just adjust the Y coord in your ondraw to get shorter (towards the middle) as Y increases. That would work, but, depending on how you draw your elements, the 3d look might be very poor. On Tuesday, January 7, 2014 11:04:30 AM

[android-developers] Re: 3d view on a field

2014-01-08 Thread toki
yes that was exactly what I thaught about. But how can I increase y on the top of the canvas and decrease y on the bottom of the canvas? canvas.translate() seems not to support this.. Am Mittwoch, 8. Januar 2014 19:05:48 UTC+1 schrieb JackN: Seems like you want a perspective. Using your