vr2-3-08.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-08.wrl
Transform {
  scale 4 1 4
  children [
    Shape {
      geometry Sphere {  radius 10  }
    }
  ]
}
Transform {
  translation 0 -11 0
  children [
    Shape {
      geometry Cylinder {  
        radius 20  
        height 5  
        bottom FALSE
      }
    }
  ]
}
Transform {
  translation 40 0 0
  rotation 0 0 1 1.5708
  children [
    Shape {
      geometry Cylinder {  
        radius 4  
        height 10  
      }
    }
  ]
}