home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Using VRML (Special Edition)
/
Special_Edition_Using_VRML_CDROM_Que_1996.iso
/
webpages
/
objects
/
chap22
/
alien
/
02eg06.wrl
< prev
next >
Wrap
Text File
|
1995-11-20
|
2KB
|
75 lines
#VRML V1.0 ascii
# An alien landscape: red mountains, a rocket, an astronaut and a monster
#
# Created by Bernie Roehl, November 1995
#
# Rocket and human figure are from the Mesh Mart
# Monster was generated by LPARSER
Separator {
DEF Landscape Separator {
Transform {
rotation 0 1 0 0.7854
scaleFactor 5 5 5
}
WWWInline { name "plain.wrl" }
}
DEF Rocket Separator {
Transform {
translation 1 11 0
rotation 1 0 0 -1.5708
scaleFactor .015 .015 .015
}
WWWInline { name "rocket.wrl" }
}
DEF Monster Separator {
Transform {
translation 0 5 20
rotation 1 0 0 -1.5708
scaleFactor .15 .15 .15
}
WWWInline { name "dinofly.wrl" }
}
DEF Astronaut LOD {
range [ 30, 40 ]
Separator {
DEF Body Separator {
Transform {
translation 0 4.5 5
rotation 0 1 0 -1.5708
scaleFactor .5 .5 .5
}
WWWInline { name "man1.wrl" }
}
DEF Helmet Separator {
Transform { translation 0.0 5.7 5.05 }
Material { diffuseColor 0.5 0.5 0.5 transparency 0.4 }
Sphere { radius .25 }
}
}
Separator {
DEF Body Separator {
Material {
diffuseColor 0.196078 0.6 0.8
ambientColor 0.019608 0.06 0.08
}
Transform { translation 0 4.5 5 }
Cylinder { radius 0.3 height 1.7 }
}
DEF Helmet Separator {
Transform { translation 0 5.7 5 }
Sphere { radius .25 }
}
}
Separator {
Material {
diffuseColor 0.196078 0.6 0.8
ambientColor 0.019608 0.06 0.08
}
Transform { translation 0.0 5.7 5 }
Cube { width 0.3 depth 0.3 height 1.7 }
}
}
}