Last active
February 20, 2020 21:59
-
-
Save madhephaestus/d56e9ddbac6bbfb7702cf3d4d53b0527 to your computer and use it in GitHub Desktop.
RoundedCylinder
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
| CSG roundedCylinder = new RoundedCylinder(50,60.0) | |
| .cornerRadius(10)// sets the radius of the corner | |
| .toCSG()// converts it to a CSG tor display | |
| return roundedCylinder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment