Python class for converting (very fast) 3D Meshes/Surfaces to Raster DEMs (as Geotiff) or regular point cloud grids. Supports gridding overlapping surfaces (e.g. highest, lowest, or first result) ...
This script generates a .OBJ mesh from a heightmap and puts a texture on it (optionally). Made with python 2.7. You can make holes in the mesh by making transparent spots to the heightmap. If you're ...