forked from pyrite-dev/milsko
sky
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@656 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
922f09b9d5
commit
a49531b97b
5 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue