sky
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@656 b9cfdab3-6d41-4d17-bbe4-086880011989
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 20 KiB |
@@ -1,6 +1,22 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
#include "shapes.inc"
|
#include "shapes.inc"
|
||||||
#include "colors.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 {
|
object {
|
||||||
Cube
|
Cube
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.5 KiB |