Convert HiRISE Digital Terrain Models (DTM) to 3D meshes (.stl) and normal maps for display in OpenGL.
brew install gdal
pip install Pillow numpy
python main.py INPUT.IMG
Outputs a .stl mesh and a normal map .png.
Convert HiRISE Digital Terrain Models (DTM) to 3D meshes (.stl) and normal maps for display in OpenGL.
brew install gdal
pip install Pillow numpy
python main.py INPUT.IMG
Outputs a .stl mesh and a normal map .png.