Seasonal textures.
Posted: 07.07.2003, 05:36
Hello developers.
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! In addition layer effects, would create more dinamic and realistc scenes.
Tanks.
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! In addition layer effects, would create more dinamic and realistc scenes.
Tanks.