From e5cae862ebc28c65464cba5600df0e4c68484ef0 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 3 Mar 2009 04:37:09 +0000 Subject: [PATCH] updated sample scenes with reflections git-svn-id: svn://anubis/fart/trunk@183 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- scenes/cyls.fart | 9 +++++---- scenes/infinity.fart | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scenes/cyls.fart b/scenes/cyls.fart index da5c367..07ba554 100644 --- a/scenes/cyls.fart +++ b/scenes/cyls.fart @@ -10,8 +10,8 @@ scene camera { - position <1.5, -1, 2.5> - look_at <0, 0, 2> + position <1.5, -1.0, 1.2> + look_at <0, 0, 0.4> up <0, 0, 1> } @@ -30,11 +30,12 @@ scene position <0, 0, 1>, 0 material { - color <0.4, 0.9, 0.9> + color <1, 1, 0> + reflectance 0.6 } } - translate <0, 0, 2> + translate <0, 0, 0.7> { box { diff --git a/scenes/infinity.fart b/scenes/infinity.fart index 04f9647..8b5eb31 100644 --- a/scenes/infinity.fart +++ b/scenes/infinity.fart @@ -17,7 +17,7 @@ scene define material mirror { - color <1, 0, 0> + color <0, 0, 0> specular <0, 0, 0> reflectance 1.0 }