From c77697c39d10a6a6236c9318ca966e9e5bfe0856 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 7 Oct 2010 21:26:49 +0000 Subject: [PATCH] updated dw-circle.fart git-svn-id: svn://anubis/fart/trunk@366 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- scenes/dw-circle.fart | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/scenes/dw-circle.fart b/scenes/dw-circle.fart index 26995f9..0ae0b8f 100644 --- a/scenes/dw-circle.fart +++ b/scenes/dw-circle.fart @@ -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> } }