home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / MWE105.ZIP / EExamples / Connect.wrl < prev    next >
Text File  |  1996-01-27  |  756b  |  54 lines

  1. #VRML V1.0 ascii
  2.  
  3. #Generated by VRMLExpress from Connect.vxr
  4.  
  5. Separator {
  6.     renderCulling AUTO
  7.  
  8.     Material {
  9.         ambientColor 0.2 0.2 0.2
  10.         diffuseColor 1 1 0
  11.         specularColor 0 0 0
  12.         emissiveColor 0 0 0
  13.         shininess 0.2
  14.         transparency 0
  15.     }
  16.  
  17.     DEF one Separator {
  18.         Translation {
  19.             translation 0 0 0
  20.         }
  21.         Sphere {
  22.             radius 0.1
  23.         }
  24.     }
  25.     DEF two Separator {
  26.         Translation {
  27.             translation 1 1 0
  28.         }
  29.         Sphere {
  30.             radius 0.1
  31.         }
  32.     }
  33.     Material {
  34.         ambientColor 0.2 0.2 0.2
  35.         diffuseColor 1 1 1
  36.         specularColor 0 0 0
  37.         emissiveColor 0 0 0
  38.         shininess 0.2
  39.         transparency 0
  40.     }
  41.  
  42.     Separator {
  43.         Transform {
  44.             translation 0.5 0.5 0
  45.             rotation 0 0 -1  0.7854
  46.         }
  47.         Cylinder {
  48.             radius 0.01
  49.             height 1.4142
  50.         }
  51.     }
  52. }
  53.  
  54.