heremaps / tin-terrain

A command-line tool for converting heightmaps in GeoTIFF format into tiled optimized meshes.
MIT License
585 stars 127 forks source link

Obj file not viewable in blender #61

Open JohnnyRisk opened 5 years ago

JohnnyRisk commented 5 years ago

The obj file that is created from dem2tin is not view able in blender. Is there some reason that this would be the case? The original tif file depth map imports just fine as a DEM in BlenderGIS.

barf commented 5 years ago

Set the import options 'Y Forward' and 'Z up' and your viewport clip distances appropriately.

In my test the object's origin was very far away from the actual geometry, so the imported object is translated far away from the GeoTIFF's origin, beyond the viewport clip distance :-/