vr2-3-20.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-20.wrl
Shape {
  appearance Appearance {
    material Material {
      diffuseColor 1 1 0
    }
  }
  geometry Cylinder { height 30 }
}
Transform {
  translation 0 16 0
  children [
    Shape {
      appearance Appearance {
        material Material {
          diffuseColor 1 1 0.1
        }
      }
      geometry Cone {}
    }
  ]
}
Transform {
  translation 0 -10 0
  scale 10.0 1.0 0.2
  children [
    Shape {
      appearance DEF White Appearance {
        material Material {
          diffuseColor 1 1 1
        }
      }
      geometry DEF Wing1 Cone {
        bottomRadius 0.4
        height 5
      }
    }
  ]
  Transform {
    translation 0 -3.75 0
    children [
      Shape {
        appearance USE White
        geometry DEF Wing2 Cylinder {
          radius 0.4
          height 2.5
        }
      }
    ]
  }
}
Transform {
  translation 0 -10 0
  scale 10.0 1.0 0.2
  rotation 0 1 0 1.5708
  children [
    Shape {
      appearance USE White
      geometry USE Wing1
    }
  ]
  Transform {
    translation 0 -3.75 0
    children [
      Shape {
        appearance USE White
        geometry USE Wing2
      }
    ]
  }
}