#VRML V1.0 ascii
Separator {
DEF BackgroundColor Info { string "0.5 0.5 0.5" }
DEF Viewer Info { string "walk" }
DEF ViewerSpeed Info { string "0.3" }
PerspectiveCamera {
position 0 0 8
orientation 0 1 0 0
}
PointLight {
on TRUE
intensity 1.00
location -4 0 8
color .8 .8 .8
}
Separator {
Translation { translation -3 0 0 }
Sphere { radius 1.1 }
}
Separator {
Material {
ambientColor [ 0 0 0 ]
diffuseColor [0.1 0.5 0.2 ]
shininess 0.25
}
Cone{}
}
}