Box
#VRML V2.0 utf8 #Curso de VRML 2.0 #Exemplo - Box Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } } geometry Box { size 2 4 3 } }