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