git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@656 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-11-10 07:26:24 +00:00
commit a49531b97b
5 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,22 @@
// $Id$
#include "shapes.inc"
#include "colors.inc"
#include "textures.inc"
#include "skies.inc"
object {
O_Cloud1
}
sky_sphere {
pigment {
gradient y
color_map {
[0.0 White*0.8]
[0.2 rgb<0.2 0.2 0.7>]
}
}
}
object {
Cube