home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / objects / chap14 / perpart.wrl < prev    next >
Text File  |  1995-12-22  |  332b  |  14 lines

  1. #VRML V1.0 ascii
  2.  
  3. # A Cylinder; yellow on top, blue on the sides, red on the bottom.
  4. # Does not work in all browsers; tested in VR Scout 1.1 and WebSpace
  5.  
  6. Separator {
  7.     Material {
  8.         diffuseColor [ 0 0 1, 1 1 0, 1 0 0 ]
  9.         specularColor [ 0 0 0, 0 0 0, .75 .75 .75 ]
  10.     }
  11.     MaterialBinding { value PER_PART }
  12.     Cylinder { }
  13. }
  14.