messing with scenes/dw.fart more

git-svn-id: svn://anubis/fart/trunk@313 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2010-09-28 19:49:14 +00:00
parent e5e4f991fb
commit ecd5f44207

View File

@ -91,37 +91,30 @@ scene {
scale 0.104 scale 0.104
} }
translate <0, 0.41, 0.38> { shape dw_logo {
rotate 90, <1, 0, 0> { translate <0, 0.387, 0.309>
shape dw_logo rotate 90, <1, 0, 0>
}
} }
subtract { subtract {
plane { plane {
position <0, 0, 1>, 0 position <0, 0, 1>, 0
material grey_ground
} }
translate <0, 0, -0.025> { shape dw_logo {
subtract { translate <0, 0, -0.025>
shape dw_logo
plane {
position <0, 0, 1>, -1000
}
material grey_ground
}
} }
scale <1, 1, 100> { scale <1, 1, 100> {
translate <-1.05, 0, 0> { shape dw_logo {
shape dw_logo translate <-1.05, 0, 0>
} }
translate <1.05, 0, 0> { shape dw_logo {
shape dw_logo translate <1.05, 0, 0>
} }
} }
material grey_ground
} }
camera { camera {
position <-0.35, -0.9, 0.6> position <-0.3, -0.8, 0.5>
look_at <-0.15, 0, 0.2> look_at <-0.15, 0, 0.2>
up <0, 0, 1> up <0, 0, 1>
} }