vr2-3-19.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-19.wrl
Shape {
  appearance Appearance {
    material Material {
      diffuseColor  0 0 0
      emissiveColor 0 1 0
      transparency  0.5
    }
  }
  geometry Cylinder {
    radius 0.8
    height 10
  }
}
Shape {
  appearance Appearance {
    material Material {
      diffuseColor 1 0 1
    }
  }
  geometry Sphere {}
}
Transform {
  translation 0 -2 0
  children [
    Shape {
      appearance Appearance {
        material Material {
          diffuseColor 0 1 0
        }
      }
      geometry Sphere {}
    }
  ]
}
Transform {
  translation 0 2 0
  children [
    Shape {
      appearance Appearance {
        material Material {
          diffuseColor 0 1 1
        }
      }
      geometry Sphere {}
    }
  ]
}