fart/scenes/infinity.fart
Josh Holtrop b9cc1fe9f9 added Scene::processNode() and Scene::processChildren()
git-svn-id: svn://anubis/fart/trunk@126 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-02-18 01:10:57 +00:00

37 lines
625 B
Plaintext

scene
{
options
{
multisample 3
width 1024
height 768
}
camera
{
position <0, -2, 0>
look_at <0, 0, 0>
up <0, 0, 1>
}
plane { position <1, 0, 0>, -2 }
plane { position <-1, 0, 0>, -2 }
plane { position <0, 1, 0>, -2 }
plane { position <0, -1, 0>, -2 }
plane { position <0, 0, 1>, -2 }
plane { position <0, 0, -1>, -2 }
sphere
{
radius 1.0
material
{
reflectance 0.2
ambient <0.5, 0.5, 0.5>
diffuse <0.5, 0.5, 0.5>
shininess 80
}
}
}