From 02077ffc7c4d7863357be30a00a44d1e609cc9cf Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 27 Sep 2010 18:49:25 +0000 Subject: [PATCH] added cutout plane to dw logo scene git-svn-id: svn://anubis/fart/trunk@301 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- scenes/dw.fart | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/scenes/dw.fart b/scenes/dw.fart index 95c6145..3d98645 100644 --- a/scenes/dw.fart +++ b/scenes/dw.fart @@ -85,13 +85,29 @@ scene { scale 0.125 } - shape dw_logo - - camera { - position <0, -0.3, 1> - look_at <0, 0, 0> - up <0, 1, 0> + translate <0, 0.41, 0.38> { + rotate 90, <1, 0, 0> { + shape dw_logo + } + } + subtract { + plane { + position <0, 0, 1>, 0 + } + translate <0, 0, -0.03> { + shape dw_logo + } + material { + color <0.4, 0.4, 0.4> + shininess 30 + } } - light { position <10, -12, 8> } + camera { + position <-0.5, -1, 0.7> + look_at <-0.15, 0, 0.3> + up <0, 0, 1> + } + + light { position <10, -12, 5> } }