Skip to main content
deleted 107 characters in body
Source Link
doppelgreener
  • 7.3k
  • 7
  • 44
  • 69

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 ?

I`ve done in the past 2 dimensional tile based map with plain html,css and js.

  Now I have the task to create 3 dimensional version using the same technologies. Think of it as space map where all planets have x/y/z positions. Currently I have to idea how to do this. Is it possible at all ?

I need it to be as browser independent as possible, so no webgl, flash or canvas. What I am thinking about now is plain js/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 ?

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).

Source Link

3d js map rendering

I`ve done in the past 2 dimensional tile based map with plain html,css and js.

Now I have the task to create 3 dimensional version using the same technologies. Think of it as space map where all planets have x/y/z positions. Currently I have to idea how to do this. Is it possible at all ?

I need it to be as browser independent as possible, so no webgl, flash or canvas. What I am thinking about now is plain js/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 ?