3d js map rendering
Posted
by
gotha
on Game Development
See other posts from Game Development
or by gotha
Published on 2012-04-30T08:47:52Z
Indexed on
2012/05/31
4:50 UTC
Read the original article
Hit count: 211
In the past I've done a 2D tile map using HTML, CSS and Javascript. Now I have the task of creating a 3D version using the same technologies - think of it like a space map where all planets have x/y/z positions.
Currently, I have no idea to do this. Is there an existing library or something I can modify to do my job? If not, what method of rendering the map should I use?
It needs to be as browser independent as possible, so I can't use webgl, flash or canvas. I'm considering plain JS & HTML or SVG (using Raphael for compatibility).
© Game Development or respective owner