Earth heightmap

par mafmuf

Fichiers imprimables (6)

  • stl

    world.stl

    7.4 Mo · 178 téléchargements

  • stl

    earth_heightmap.stl

    23.6 Mo · 176 téléchargements

  • stl

    marsS.ico.10.stl

    15.3 Mo · 174 téléchargements

  • stl

    marsN.ico.10.stl

    16 Mo · 174 téléchargements

  • stl

    earth.hires.south2.poly.10.stl

    15.6 Mo · 169 téléchargements

  • stl

    earth.hires.north.poly.10.stl

    16.3 Mo · 170 téléchargements

Description

My attempt at height mapping on a sphere. This uses a tetrahedron or icosahedron as base which is recursively mapped to a sphere. This does take some amount of memory & time for nriter>=5.

If anyone is interested in making their own openscad heightmap array, use the bash script make_map.sh. Convert the height map into an 8 bit grey scale pgm file with GIMP. Edit "file=new_heightmap.pgm" in make_map.sh to point to the correct image file. Usage:

./make_map.sh > map.scad

Remove the last comma on the second last line. Add this to to the main scad file with "include " & comment out the current include statement. Adjust the scale (sc) to taste.

Tags