home *** CD-ROM | disk | FTP | other *** search
/ Late Night VRML 2.0 with Java CD-ROM / code.zip / Ch10 / 5041107.wrl < prev    next >
Text File  |  1996-12-17  |  762b  |  38 lines

  1. #VRML V2.0 utf8
  2. #Example 11.7 - MovieTexture - continious loop with no stopTime
  3. NavigationInfo {
  4.   type    "EXAMINE"
  5. }
  6. Viewpoint {
  7.   position  -1.995 1.668 4.105
  8.   orientation       -0.639 -0.754 -0.153  0.617
  9.   fieldOfView       0.785
  10. }
  11. Group {
  12.   children  [
  13.     Shape {
  14.       appearance  Appearance {
  15.         material        Material {
  16.           ambientIntensity      0.25
  17.           diffuseColor  0.8 0.8 0.8
  18.           shininess     0.2
  19.         }
  20.         texture DEF Test_Movie MovieTexture {
  21.           loop      TRUE
  22.           stopTime  -1
  23.           url       "pyro.mps"
  24.         }
  25.       }
  26.       geometry Box { }
  27.     }
  28.     Sound {
  29.       source      USE Test_Movie
  30.       minFront    8
  31.       maxFront    20
  32.       minBack     5
  33.       maxBack     15
  34.     }
  35.   ]
  36. }
  37. #EOF
  38.