Draw 2.5D or 3D Map with C# from lines.

Posted by VOX on Stack Overflow See other posts from Stack Overflow or by VOX
Published on 2010-05-11T06:02:48Z Indexed on 2010/05/11 6:04 UTC
Read the original article Hit count: 250

Filed under:
|
|
|

I'm developing a turn-by-turn navigation software for Windows Mobile using C# and .NET CF. I'm able to draw a 2D maps by drawing lines. My problem is I would like to get a 2.5D map like in the picture. I tried non-affine transformation on the 2D rendered image but it is too slow for the Windows Mobile device we are targeting. Could anyone give me a clue on my problem?

example image

© Stack Overflow or respective owner

Related posts about c#

Related posts about navigation