From 51c5baf59a191ff12ca4966970dbea6f2d8bbedc Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 9 Mar 2009 23:21:23 +0000 Subject: [PATCH] updated subtract-subtract.fart and .todo git-svn-id: svn://anubis/fart/branches/2009-03-09_intersect_returning_normals@201 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- .todo | 1 - scenes/subtract-subtract.fart | 11 ++++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.todo b/.todo index 22e7682..fd5944a 100644 --- a/.todo +++ b/.todo @@ -1,6 +1,5 @@ FART To-Do List =============== -- Fix subtractions of subtractions (inverting normals problem) - Shape definitions / reusability - Add distribution infrastructure - Add maximum recursion depth option / parameter diff --git a/scenes/subtract-subtract.fart b/scenes/subtract-subtract.fart index 9431b42..11fe6bc 100644 --- a/scenes/subtract-subtract.fart +++ b/scenes/subtract-subtract.fart @@ -3,7 +3,7 @@ scene { options { - multisample 2 + multisample 3 } camera @@ -17,6 +17,15 @@ scene position <-1, -3, 4> } + plane + { + position <0, 0, 1>, 1 + material + { + color <0, 1, 1> + } + } + subtract { box