home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
- #xmastree.wrl
-
- Background # set background
- {
- groundAngle
- [
- 1, 1.6
- ]
- groundColor
- [
- .2 .2 .2,
- .3 .3 .3,
- .4 .5 .4
- ]
- skyColor 0 0 .5
- skyAngle 1.571
- }
-
- Viewpoint # set viewpoint
- {
- position 0 3 10
- }
-
- Inline # import VRML1.0 file "xmas.wrl"
- {
- url "xmas.wrl"
- }
-
- Transform # move 1 unit right on x- and nearer
- { # on z-axes
- translation 1 0 1
- children
- [
- Inline # import VRML1.0 file "bluegift.wrl"
- {
- url "bluegift.wrl"
- }
- ]
- }
-
- Transform # move 1 unit left on x-, away on z-
- { # and .75 unit down on y-axes
- translation -1 -.075 -1
- children
- [
- Inline # import VRML1.0 "redgift.wrl"
- {
- url "redgift.wrl"
- }
- ]
- }
-
- Transform # move 1 unit right on x- and away
- { # on z-axes
- translation 1 0 -1
- scale 2 1 1.5
- children
- [
- Inline # import VRML1.0 file "bluegift.wrl"
- {
- url "bluegift.wrl"
- }
- ]
- }
-
- Transform # move 1 unit left on x-, nearer on z-,
- { # and .075 unit down on y-axes
- translation -1 -.075 1
- scale 2 1.5 1
- children
- [
- Inline # import VRML1.0 file "redgift.wrl"
- {
- url "redgift.wrl"
- }
- ]
- }
-
- Transform # move 1 unit nearer on z-axis and
- { # .125 unit right on x-axis
- translation .125 0 1
- rotation 0 1 0 1.571
- children
- [
- Inline # import VRML1.0 file "rondgift.wrl"
- {
- url "rondgift.wrl"
- }
- ]
- }
-
- Transform # move 1 unit away on z-axis and
- { # .125 left on x-axis
- translation -.125 0 -1
- rotation 0 1 0 .785
- children
- [
- Inline # import VRML1.0 file "rondgift.wrl"
- {
- url "rondgift.wrl"
- }
- ]
- }
-
- #xmastree.wrl
-