O nodo Fog {}, exemplo
#VRML V2.0 utf8
#nevoeiro.wrl
Transform {
rotation -0.9 0 1 0.785
...
geometry Cone {
bottomRadius 1.6
height 3.5
}
...
Fog {
color 1 0 0
fogType "EXPONENTIAL"
visibilityRange 4.2
}
Background {
frontUrl "ceu.jpg"
}
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
Programa completo…
#VRML V2.0 utf8
#nevoeiro.wrl
Transform {
rotation -0.9 0 1 0.785
children [
Shape {
appearance Appearance {
material Material {
emissiveColor 0 1 0
}
}
geometry Cone {
bottomRadius 1.6
height 3.5
}
}
]
}
Fog {
color 1 0 0
fogType "EXPONENTIAL"
visibilityRange 4.2
}
Background {
frontUrl "ceu.jpg"
}