vr2-3-06.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-06.wrl
Shape {
  geometry Cylinder {  
    height 20
    radius 1
  }
}
Transform {
  translation 0 2 0
  children [
    Shape {
      geometry Cone {  
        bottomRadius 10  
        height 10  
      }
    }
  ]
}
Transform {
  translation 0 -2 0
  rotation    0 0 1  3.14159
  children [
    Shape {
      geometry Cone {  
        bottomRadius 10  
        height 10  
      }
    }
  ]
}