Advertisement
lilo_booter

Simple Whistle

Jun 18th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function main( )
  2. {
  3.     return difference(
  4.         cylinder( { r: 10, h: 50 } ),
  5.         cylinder( { r: 8, h: 40 } ).translate( [ 0, 0, 2 ] ),
  6.         cube( [ 20, 20, 8 ] ).rotateY( 60 ).translate( [ 5, -10, 30 ] ),
  7.         cube( [ 2, 10, 10 ] ).translate( [ 4, -5, 40 ] )
  8.     );
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement