Created
June 21, 2020 20:52
-
-
Save cashlo/fbcc910b4850ba306753c4d28361eaae to your computer and use it in GitHub Desktop.
Generate model from Dwarf Fortress elevation map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
difference(){ | |
scale([1,1,0.3]){ | |
surface("YOUR FILE NAME GOES HERE", center=true); | |
} | |
cube([200,200,14], center=true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment