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> + } }