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 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 UTC-8, toki wrote: > >> Hi, >> >> I have a canvas where i paint fields looking like a chessboard. I rather >> would draw it in a front-top view than the top view I have currently. >> So I would like to translate the canvas with a distortion. How could I >> accomplish this? >> >> BR >> Tobias >> > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

