https://github.com/alandoherty/heightmap2obj
A minimal Heightmap to Wavefront (.obj) converter
https://github.com/alandoherty/heightmap2obj
Last synced: about 19 hours ago
JSON representation
A minimal Heightmap to Wavefront (.obj) converter
- Host: GitHub
- URL: https://github.com/alandoherty/heightmap2obj
- Owner: alandoherty
- License: mit
- Created: 2014-05-16T22:54:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T23:17:16.000Z (about 12 years ago)
- Last Synced: 2025-11-07T14:41:32.103Z (7 months ago)
- Language: C#
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
heightmap2obj
=============
A minimal Heightmap to Wavefront (.obj) converter
Usage
=============
heightmap2obj
=============
A minimal Heightmap to Wavefront (.obj) converter
Usage
=============
heightmap2obj [heightmap] [plane scale]
The heightmap can use any image format supported by your .NET framework version, the plane scale is the distance between each converted heightmap pixel on the X and Y axis.
Notes
=============
- This is not ready, nor fully working, and lacks any support for texturing
- Does not optimize object files in any way
- The height scale is taken by the value of red on the colour, divided by two
License
=============
It's MIT, and designed more as code to learn from, than code to be used in any projects, I don't have any problems with this however.
Example
=============

