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