Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //create a rounded cube
  2. CSG roundedCube = new RoundedCube( 40,// X dimention
  3. 40,// Y dimention
  4. 40// Z dimention
  5. )
  6. .cornerRadius(4)// sets the radius of the corner
  7. .toCSG()// converts it to a CSG tor display
  8. return roundedCube
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement