1 | #VRML V2.0 utf8 |
2 | Transform { # Completes on later foil |
3 | children [ # Closing ] two foils later! |
4 | NavigationInfo { headlight FALSE } |
5 | # We'll add our own light |
6 | DirectionalLight { # First child |
7 | direction 0 0 -1 # Light illuminating the scene |
8 | } |
9 |