From 12eb2f2476127bceaac701b743209e01fcdbaeee Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 8 Mar 2009 21:08:17 +0000 Subject: [PATCH] updated .todo, scenes/infinity.fart with a second light source git-svn-id: svn://anubis/fart/trunk@193 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- .todo | 2 -- scenes/infinity.fart | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.todo b/.todo index 7c87e6c..fe96460 100644 --- a/.todo +++ b/.todo @@ -1,7 +1,5 @@ FART To-Do List =============== -- Recurse for reflection -- Continue for transparency - Scan for cameras before scene items - Test subtractions of subtractions - Add built-in timing around Scene::render() diff --git a/scenes/infinity.fart b/scenes/infinity.fart index 8b5eb31..fece196 100644 --- a/scenes/infinity.fart +++ b/scenes/infinity.fart @@ -45,4 +45,9 @@ scene { position <1, -1, 1> } + + light + { + position <-1, 1, -1> + } }