Cylinder
#VRML V2.0 utf8 #Curso de VRML 2.0 #Exemplo - Cylinder Shape { appearance Appearance { material Material { diffuseColor 0 0 1 } } geometry Cylinder { height 4 radius 0.5 } }