diff --git a/scenes/simple.fart b/scenes/simple.fart new file mode 100644 index 0000000..a1e918d --- /dev/null +++ b/scenes/simple.fart @@ -0,0 +1,27 @@ +scene { + options { + width 400 + height 300 + } + camera { + position <5, -5, 4> + look_at <0, 0, 1> + } + light { + position <10, -10, 50> + } + plane { + position <0, 0, 1>, 0 + material { + color <0, 1, 0.2> + reflectance 0.4 + } + } + sphere { + radius 1 + translate <0, 0, 1> + material { + color <1, 1, 0> + } + } +}