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

  1. #VRML V2.0 utf8
  2.  
  3. WorldInfo {
  4.   info    "Packaged by CosmoPackage"
  5. }
  6. DEF ocean Transform {
  7.   children    Shape {
  8.     appearance    Appearance {
  9.       material    Material {
  10.     ambientIntensity    0.2
  11.     diffuseColor    0.1447 0.1421 0.385
  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    [ 3552 99.99 1260,
  27.           1107 99.99 3445,
  28.           -1537 99.99 3445,
  29.           -3825 99.99 1305,
  30.           -3825 99.99 -1371,
  31.           -1704 99.99 -3932,
  32.           3552 99.99 -1429,
  33.           1247 99.99 -3932 ]
  34.       }
  35.  
  36.       color    NULL
  37.  
  38.       coordIndex    [ 0, 6, 7, 5, 4, 3, 2, 1,
  39.             -1 ]
  40.       colorIndex    [  ]
  41.       normal    NULL
  42.  
  43.       creaseAngle    0.5
  44.     }
  45.  
  46.   }
  47.  
  48.   translation    349 -98.16 361.5
  49.   rotation    0 0 1  0
  50. }
  51.