Switch {
whichChoice 0
choice [
# 0,
rojo
.....
Shape {
geometry Sphere {}
appearance Appearance {
material Material {
diffuseColor 1.0 0.0 0.0
}
}
}
# 1,
amarillo
...
Shape {
geometry Sphere {}
appearance ...(amarillo)
}
# 2
....
Shape {
geometry Sphere {}
appearance ...(verde)
}
]
}
...
|
|