-
-
Save Octogonapus/3d8228a540a24162e6d8b7c772d84d65 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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