Fog
#VRML V2.0 utf8
#Curso de VRML 2.0
#
#Definicao do fog
Fog {
color 0.0 0.0 0.0
fogType "EXPONENTIAL"
visibilityRange 14.0
}
#Colunas vermelhas
Group {
children [
DEF Linha Group {
children [
DEF Cilindro Shape {
geometry Cylinder {
height 2.0
radius 0.2
}
appearance Appearance {
material Material {
ambientIntensity 0.1
diffuseColor 0.9 0.0 0.0
specularColor 0.9 0.4 0.0
shininess 0.999
}
}
},
Transform { translation 4.0 0.0 0.0 children USE Cilindro },
Transform { translation -4.0 0.0 0.0 children USE Cilindro },
]
},
Transform { translation 0.0 0.0 -4.0 children USE Linha },
Transform { translation 0.0 0.0 -12.0 children USE Linha },
Transform { translation 0.0 0.0 -16.0 children USE Linha },
Transform { translation 0.0 0.0 -20.0 children USE Linha }
]
}