Please can anyone tell me if is possible create conditional textures. Something like this:
Texture {
Season
if (jd/(equivalent condition I)) {
texture "earth-summer.jpg"
}
else if (jd/(equivalent condition II)) {
texture "earth-autumn.jpg"
}
else if (jd/(equivalent condition III)) {
texture "earth-winter.jpg"
}
else if (jd/(equivalent condition IV)) {
texture "earth-spring.jpg"
}
}
NightTexture "eathnigth.jpg"
--------
This will abble us to make station textures for mars ice caps too or if used in night textures may be possible make jupiter tunders!

Tanks.
