PointLight
#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 [
PointLight {
location 0.0 0.0 0.0
radius 10.0
},
Inline {
url "../spheres.wrl"
bboxCenter 0.0 0.0 0.0
bboxSize 17.0 17.0 17.0
}
]
}