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

  1. #VRML V1.0 ascii
  2.  
  3. DEF Pyramid Separator {
  4.     Material {
  5.         diffuseColor [ 0 0 1, 0 1 0, 0 1 1, 1 0 0, 1 0 1 ]
  6.     }
  7.     MaterialBinding { value PER_FACE }
  8.     Coordinate3 {
  9.         point [
  10.             -1 0 -1,
  11.             1 0 -1,
  12.             1 0 1,
  13.             -1 0 1,
  14.             0 1 0
  15.         ]
  16.     }
  17.     IndexedFaceSet {
  18.         coordIndex [
  19.             0, 4, 1, -1,
  20.             1, 4, 2, -1,
  21.             2, 4, 3, -1,
  22.             3, 4, 0, -1,
  23.             0, 1, 2, 3, -1
  24.         ]
  25.     }
  26. }
  27.  
  28.