FogFog can be used to provide a depth cue, add atmosphere, and increase realism VRML Fog Example
#VRML V2.0 utf8
Group {
children [
...
Fog {
color 1.0 1.0 1.0
fogType "EXPONENTIAL"
visibilityRange 30.0
}
]
}
|