updated sample scenes with reflections

git-svn-id: svn://anubis/fart/trunk@183 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-03-03 04:37:09 +00:00
parent e233056880
commit e5cae862eb
2 changed files with 6 additions and 5 deletions

View File

@ -10,8 +10,8 @@ scene
camera camera
{ {
position <1.5, -1, 2.5> position <1.5, -1.0, 1.2>
look_at <0, 0, 2> look_at <0, 0, 0.4>
up <0, 0, 1> up <0, 0, 1>
} }
@ -30,11 +30,12 @@ scene
position <0, 0, 1>, 0 position <0, 0, 1>, 0
material material
{ {
color <0.4, 0.9, 0.9> color <1, 1, 0>
reflectance 0.6
} }
} }
translate <0, 0, 2> translate <0, 0, 0.7>
{ {
box box
{ {

View File

@ -17,7 +17,7 @@ scene
define material mirror define material mirror
{ {
color <1, 0, 0> color <0, 0, 0>
specular <0, 0, 0> specular <0, 0, 0>
reflectance 1.0 reflectance 1.0
} }