heightmap_to_stl 0.1.0

Convert a heightmap to stl triangles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.stl_io]
version = "~0.5.2"

[lib]
name = "heightmap_to_stl"
path = "src/lib.rs"

[package]
authors = ["DK99 <kaleb.dk@gmail.com>"]
description = "Convert a heightmap to stl triangles."
edition = "2018"
keywords = ["stl", "3d", "mesh", "heightmap", "image"]
license = "GPL-3.0"
name = "heightmap_to_stl"
readme = "README.md"
repository = "https://github.com/DK99/heightmap_to_stl"
version = "0.1.0"