Controls Keys
move w, a, s, d
rotate q, e
zoom z, x

2.5D Isometric projected heightmap effect. Code shows how to load a heightmap image and convert to an imageData object, keyboard handling, viewport scrolling and scaling, 2.5D rotation, and zero pixel overdraw.

Adapted from original post created on .

    Comment