SpotLight
#VRML V2.0 utf8
#Definicao do ponto de vista inicial.
Viewpoint {
description "Vista inicial"
position 0.0 0.0 30.0
}
#Desativacao da luz (headlight) do observador
NavigationInfo {
headlight FALSE
}
Group {
children [
SpotLight {
location 0.0 0.0 0.0
radius 10.0
direction 1.0 0.0 0.0
cutOffAngle 0.785
},
Inline {
url "../spheres.wrl"
bboxCenter 0.0 0.0 0.0
bboxSize 17.0 17.0 17.0
}
]
}