Múltiplos Shapes
#VRML V2.0 utf8
# Este arquivo demostra o uso de
# multiplos shapes no mesmo arquivo
# (Space Station by David R. Nadeau)
Shape {
appearance Appearance {
material Material { }
}
geometry Box {
size 1.0 1.0 1.0
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Sphere {
radius 0.7
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Cylinder {
radius 1.25
height 0.05
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Cylinder {
radius 0.4
height 2.0
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Cylinder {
radius 0.3
height 3.0
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Cylinder {
radius 0.1
height 6.0
}
}