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> } }