home *** CD-ROM | disk | FTP | other *** search
/ Late Night VRML 2.0 with Java CD-ROM / code.zip / Ch11 / island / pondInline.wrl < prev    next >
Text File  |  1997-03-30  |  964b  |  56 lines

  1. #VRML V2.0 utf8
  2.  
  3. WorldInfo {
  4.   info    "Packaged by CosmoPackage"
  5. }
  6. DEF pond Transform {
  7.   children    Shape {
  8.     appearance    Appearance {
  9.       material    Material {
  10.     ambientIntensity    0.1459
  11.     diffuseColor    0.29 0.2872 0.5426
  12.     specularColor    0 0 0
  13.     emissiveColor    0 0 0
  14.     shininess    0.2
  15.     transparency    0
  16.       }
  17.  
  18.       texture    NULL
  19.  
  20.       textureTransform    NULL
  21.  
  22.     }
  23.  
  24.     geometry    IndexedFaceSet {
  25.       coord    Coordinate {
  26.     point    [ 111.9 160.4 -62.18,
  27.           148.2 160.6 -20.08,
  28.           172.2 161.3 -56.01,
  29.           213.5 161.3 -31.65,
  30.           179.9 160.4 17,
  31.           149.5 160.8 36.79,
  32.           113.1 161.3 26.37,
  33.           99.41 161.3 7.559,
  34.           86.6 160.9 -27.88 ]
  35.       }
  36.  
  37.       color    NULL
  38.  
  39.       coordIndex    [ 0, 1, 2, -1, 2, 1, 3, -1,
  40.             1, 4, 3, -1, 4, 1, 5, -1,
  41.             1, 6, 5, -1, 1, 7, 6, -1,
  42.             1, 8, 7, -1, 1, 0, 8, -1 ]
  43.       colorIndex    [  ]
  44.       normal    NULL
  45.  
  46.       ccw    TRUE
  47.       solid    TRUE
  48.       convex    TRUE
  49.       creaseAngle    0.5
  50.     }
  51.  
  52.   }
  53.  
  54.   translation    -0.02125 0.1159 -4.5
  55. }
  56.