Last active
June 28, 2024 00:50
-
-
Save madhephaestus/a888cd4c5d10110444f2a78be7f55ca7 to your computer and use it in GitHub Desktop.
Adding new file from BowlerStudio
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
| /.settings | |
| /.project | |
| /.classpath | |
| /.cproject | |
| /cache/ | |
| /*.class |
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
| import eu.mihosoft.vrl.v3d.CSG | |
| import eu.mihosoft.vrl.v3d.Cube | |
| CSG part = new Cube(5, 1, 5).toCSG() | |
| return part; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment