#VRML V2.0 utf8 #the UFO Shape { appearance Appearance { material Material { diffuseColor 0, 1, 0 } # end material } # end appearance geometry Sphere { radius 3.5 } } #spine Shape { appearance Appearance { material Material { diffuseColor 1, 0, 0 } # end material } # end appearance geometry Cylinder { radius 2 height 6 } } #a flat shape around center Shape { appearance Appearance { material Material { diffuseColor 1, 1, 0 } # end material } # end appearance geometry Cylinder { radius 8 height .1 } } # a cone Shape { appearance Appearance { material Material { diffuseColor 0, 0, 1 } # end material } # end appearance geometry Cone { bottomRadius 3 height 10 } } # with a box to add corners Shape { appearance Appearance { material Material { diffuseColor 1, 1, 1 } # end material } # end appearance geometry Box { size 4.5 4.5 4.5 } }