I`ve done inIn the past 2 dimensionalI've done a 2D tile based map with plain htmlusing HTML,css CSS and jsJavascript.
Now I have the task to create 3 dimensionalof creating a 3D version using the same technologies. Think - think of it aslike a space map where all planets have x/y/z positions. Currently
Currently, I have tono idea how to do this. Is it possible at all 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?
I need itIt needs to be as browser independent as possible, so noI can't use webgl, flash or canvas. What I am thinking about now isI'm considering plain js/htmlJS & HTML or SVG (using Raphael for compatibility).
My questions are: Have anyone done this before ? Is there existing library, something I can modify to do my job ? If not, what method of rendering the map you will propose ?