Earth heightmap
Fichiers imprimables (6)
-
stlworld.stl
7.4 Mo · 178 téléchargements
-
stlearth_heightmap.stl
23.6 Mo · 176 téléchargements
-
stlmarsS.ico.10.stl
15.3 Mo · 174 téléchargements
-
stlmarsN.ico.10.stl
16 Mo · 174 téléchargements
-
stlearth.hires.south2.poly.10.stl
15.6 Mo · 169 téléchargements
-
stlearth.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.scadRemove 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.