Skip to content

Instantly share code, notes, and snippets.

@cashlo
Created June 21, 2020 20:52
Show Gist options
  • Save cashlo/fbcc910b4850ba306753c4d28361eaae to your computer and use it in GitHub Desktop.
Save cashlo/fbcc910b4850ba306753c4d28361eaae to your computer and use it in GitHub Desktop.
Generate model from Dwarf Fortress elevation map
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