1 | Transform { # Third child - a blue box |
2 | translation -2.4 .2 1 |
3 | rotation 0 1 1 .9 |
4 | children [ |
5 | Shape { geometry Box {} |
6 | appearance Appearance { |
7 | material Material { diffuseColor 0 0 1 } # Blue } |
8 | } |
9 | ] |
10 | } |
11 | ] # end of children for world from two foils earlier |
12 | } # ends grouping from two foils earlier |