added scenes and scenes/infinity.fart
git-svn-id: svn://anubis/fart/trunk@87 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
c3e31eab4a
commit
3da5e6d569
37
scenes/infinity.fart
Normal file
37
scenes/infinity.fart
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
|
||||||
|
#define mirror material { reflectance 1.0 }
|
||||||
|
|
||||||
|
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 mirror }
|
||||||
|
plane { position <-1, 0, 0>, -2 mirror }
|
||||||
|
plane { position <0, 1, 0>, -2 mirror }
|
||||||
|
plane { position <0, -1, 0>, -2 mirror }
|
||||||
|
plane { position <0, 0, 1>, -2 mirror }
|
||||||
|
plane { position <0, 0, -1>, -2 mirror }
|
||||||
|
|
||||||
|
sphere
|
||||||
|
{
|
||||||
|
radius 1.0
|
||||||
|
material
|
||||||
|
{
|
||||||
|
reflectance 0.2
|
||||||
|
color <0.5, 0.5, 0.5>
|
||||||
|
shininess 80
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user