This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there a 3D trial-renderer available for general use?

0

Is there a 3D trial-renderer available for general use?

asked 12 Sep '11, 16:45

dcp's gravatar image

dcp
721374456
accept rate: 0%

What is a "trial-renderer"?

(12 Sep '11, 22:49) Tordanik

3 Answers:

2

I have no idea what a "trial" renderer is, but I know a few 3D renderers:

  • OpenKýbl3DMap (web) converts OSM data to .pov files which can be rendered by POVRay
  • OSM2World (web) converts OSM data to .pov files, .obj files (for modellers like Blender), or renders .png files directly through OpenGL
  • Glosm is a hardware-accelerated OpenGL-based viewer/renderer
  • OSM-3D (web) is an interactive virtual globe. The viewer and protocol documentation are freely avaliable, but afaik the backend is not.
  • OSM2XP (web) creates scenery for the commercial flight simulator XPlane

answered 12 Sep '11, 23:02

Tordanik's gravatar image

Tordanik
12.0k15106147
accept rate: 35%

edited 12 Sep '11, 23:11

1

I am not sure what the word "trial" in your question means, but using http://www.povray.org/ should work. Instructions for OSM here. I am sure there are more.

answered 12 Sep '11, 19:05

LM_1's gravatar image

LM_1
3.3k335188
accept rate: 10%

1

The wiki has a list of renderers, there are also two 3D renderers mentioned.

answered 12 Sep '11, 20:49

scai's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

Source code available on GitHub .