Skip to content

Instantly share code, notes, and snippets.

@NotOctogonapus
Forked from madhephaestus/cube.groovy
Created August 2, 2019 16:14
Show Gist options
  • Save NotOctogonapus/b82f0d7676534790abdd3a69152cb36d to your computer and use it in GitHub Desktop.
Save NotOctogonapus/b82f0d7676534790abdd3a69152cb36d to your computer and use it in GitHub Desktop.
return new Cube( 40,// X dimention
60,// Y dimention
80// Z dimention
).toCSG()// this converts from the geometry to an object we can work with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment