added cutout plane to dw logo scene

git-svn-id: svn://anubis/fart/trunk@301 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2010-09-27 18:49:25 +00:00
parent 16b991cd85
commit 02077ffc7c

View File

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