updated .todo, scenes/infinity.fart with a second light source

git-svn-id: svn://anubis/fart/trunk@193 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-03-08 21:08:17 +00:00
parent 9972ebdb41
commit 12eb2f2476
2 changed files with 5 additions and 2 deletions

2
.todo
View File

@ -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()

View File

@ -45,4 +45,9 @@ scene
{
position <1, -1, 1>
}
light
{
position <-1, 1, -1>
}
}