- #VRML V1.0 ascii
-
- Separator {
- DEF BackgroundColor Info{
- string " 0.1 0.9 0.8 "
- }
-
-
- PerspectiveCamera {
- position 0 0 10
- focalDistance 5
- heightAngle 2.1726
- }
-
-
- Separator {
- Material { ambientColor 1 0 0 }
-
- Rotation { rotation 1 0 0 0.8 }
- Rotation { rotation 0 1 0 0.8 }
-
- Cube{
- width 2
- height 2
- depth 2
- }
- }
- }
|