fogleman / hmm

Heightmap meshing utility.
MIT License
571 stars 50 forks source link

Save mesh as Wavefront .obj file. #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

To create an OBJ file pass a filename with extension .obj as output file.

I use heightmaps also to generate navigation meshes with recast, and this handles .obj files best.

ghost commented 5 years ago

The generated .obj file looks fine, but it doesn't seem to be correct. I'll investigate that.