home *** CD-ROM | disk | FTP | other *** search
/ Late Night VRML 2.0 with Java CD-ROM / code.zip / Ch11 / waterfall / pondInline.wrl < prev    next >
Text File  |  1997-03-30  |  989b  |  55 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.25
  11.     diffuseColor    0.134897 0.133627 0.252406
  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    [ 148.243 160.512 -15.709,
  27.           86.604 160.861 -27.8752,
  28.           99.4099 161.273 7.55858,
  29.           111.87 160.448 -62.1776,
  30.           172.157 161.315 -56.015,
  31.           213.521 161.315 -31.6463,
  32.           179.899 160.448 17.0033,
  33.           149.462 160.784 36.7942,
  34.           113.073 161.273 26.3747 ]
  35.       }
  36.  
  37.       color    NULL
  38.  
  39.       coordIndex    [ 0, 1, 2, -1, 0, 3, 1, -1,
  40.             0, 4, 3, -1, 5, 0, 6, -1,
  41.             0, 5, 4, -1, 0, 7, 6, -1,
  42.             0, 8, 7, -1, 0, 2, 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. }
  55.