home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / objects / chap11 / 11fig09.wrl < prev    next >
Text File  |  1995-10-06  |  443b  |  23 lines

  1. #VRML V1.0 ascii
  2.  
  3. Separator {
  4.     Separator {
  5.         Cone { }
  6.         }
  7.     Separator {
  8.         Transform { translation 0 2 0 }  # positioned on top of cone
  9.         Sphere { }
  10.     }
  11.     Separator {
  12.         Transform {
  13.             translation 5 0 5            # over to the right, and forward
  14.             rotation 1 0 0 0.7854        # tip cylinder 45 degrees over X axis
  15.             }    
  16.         Cylinder { }
  17.     }
  18.     Separator {
  19.         Transform { translation -5 0 0 }  # over to the right
  20.         Cube { }
  21.     }
  22. }
  23.