Formas primitivas
Cone
11
Un nodo de geometría
Cone
construye un cono
Los campos
height
y
bottomRadius
especifican el tamaño
Los campos
bottom
y
side
especifican la presencia de las partes
Shape {
geometry Cone {
height 2.0
bottomRadius 1.0
bottom TRUE
side TRUE
}
appearance Appearance {
material Material { }
}
}