home *** CD-ROM | disk | FTP | other *** search
/ Sony Community Place / circus2e.exe / DATA.Z / bullet.wrl < prev    next >
Text File  |  1996-09-25  |  1KB  |  54 lines

  1. #VRML V2.0 utf8
  2. #
  3. # bullet.wrl (Circus Park 2 VRML2.0)
  4. #
  5. # This file is conveted from VRML 1.0 to the Moving Worlds VRML 2.0
  6. # Copyright(C) 1996 Sony Corporation. All rights reserved.
  7. #
  8.                         Transform {
  9.                             translation 0 -2 0
  10.                             children [
  11.                                 Shape {
  12.                                     appearance Appearance {
  13.                                         material Material {
  14.                                             diffuseColor 0.9 0.9 0.9
  15.                                         }
  16.                                     }
  17.                                     geometry Box {
  18.                                         size 3 3 3
  19.                                     }
  20.                                 }
  21.                             ]
  22.                         }
  23.                         Transform {
  24.                             translation 0 -5 0
  25.                             children [
  26.                                 Shape {
  27.                                     appearance Appearance {
  28.                                         material Material {
  29.                                             diffuseColor 0.7 0.7 0.7
  30.                                         }
  31.                                     }
  32.                                     geometry Box {}
  33.                                 }
  34.                             ]
  35.                         }
  36.                         Transform {
  37.                             translation 0 -7.5 0
  38.                             children [
  39.                                 Shape {
  40.                                     appearance Appearance {
  41.                                         material Material {
  42.                                             diffuseColor 0.3 0.3 0.3
  43.                                         }
  44.                                     }
  45.                                     geometry Box {
  46.                                         size 1 1 1
  47.                                     }
  48.                                 }
  49.                             ]
  50.                         }
  51.  
  52.  
  53.  
  54.