Skip to content

Instantly share code, notes, and snippets.

@Octogonapus
Forked from madhephaestus/cube.groovy
Created February 24, 2020 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Octogonapus/3d8228a540a24162e6d8b7c772d84d65 to your computer and use it in GitHub Desktop.
Save Octogonapus/3d8228a540a24162e6d8b7c772d84d65 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