Sphere
#VRML V2.0 utf8 #Curso de VRML 2.0 #Exemplo - Sphere Shape { appearance Appearance { material Material { diffuseColor 1 1 0 } } geometry Sphere { radius 2 } }