diff --git a/scenes/cyls.fart b/scenes/cyls.fart index da5c367..07ba554 100644 --- a/scenes/cyls.fart +++ b/scenes/cyls.fart @@ -10,8 +10,8 @@ scene camera { - position <1.5, -1, 2.5> - look_at <0, 0, 2> + position <1.5, -1.0, 1.2> + look_at <0, 0, 0.4> up <0, 0, 1> } @@ -30,11 +30,12 @@ scene position <0, 0, 1>, 0 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 { diff --git a/scenes/infinity.fart b/scenes/infinity.fart index 04f9647..8b5eb31 100644 --- a/scenes/infinity.fart +++ b/scenes/infinity.fart @@ -17,7 +17,7 @@ scene define material mirror { - color <1, 0, 0> + color <0, 0, 0> specular <0, 0, 0> reflectance 1.0 }