updated dw-circle.fart
git-svn-id: svn://anubis/fart/trunk@366 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
75638b1b74
commit
c77697c39d
@ -1,6 +1,11 @@
|
||||
|
||||
scene
|
||||
{
|
||||
options
|
||||
{
|
||||
ambient <0.2, 0.2, 0.2>
|
||||
}
|
||||
|
||||
define material dw_blue {
|
||||
color <0.000, 0.520, 0.546>
|
||||
specular <0.5, 0.5, 0.5>
|
||||
@ -13,7 +18,7 @@ scene
|
||||
|
||||
define material grey_ground {
|
||||
color <0.3, 0.3, 0.3>
|
||||
shininess 30
|
||||
specular <0, 0, 0>
|
||||
}
|
||||
|
||||
define shape dw_logo union {
|
||||
@ -100,6 +105,8 @@ scene
|
||||
light
|
||||
{
|
||||
position <100, -100, 100>
|
||||
radius 0.3
|
||||
jitter 3
|
||||
}
|
||||
|
||||
plane
|
||||
@ -116,7 +123,7 @@ scene
|
||||
shape dw_logo
|
||||
{
|
||||
rotate $j * 360 / $n_logos, <0, 0, 1>
|
||||
translate <1.5 * ($i + 1), 0, 0.1>
|
||||
translate <1.5 * ($i + 1), 0, 0.4 - 0.1 * $i>
|
||||
if ($i > 0 && ($j + $i) % 2 == 1)
|
||||
{
|
||||
rotate 90, <0, 0, 1>
|
||||
@ -125,5 +132,5 @@ scene
|
||||
}
|
||||
}
|
||||
}
|
||||
shape dw_logo { translate <0, 0, 0.1> }
|
||||
shape dw_logo { translate <0, 0, 0.5> }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user