1 | #VRML V2.0 utf8 |
2 | Group { children [ |
3 | # Bindable Backgrounds (cyan,red,blue) |
4 | DEF Back1 Background {........} |
5 | DEF Back2 Background {........} |
6 | DEF Back3 Background {........} |
7 | # Shapes to act as Radio - Buttons to control Backgrounds |
8 | Transform {children[......geometryBox{} |
9 | DEF BackButton1 TouchSensor{} ] } |
10 | |
11 |