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
This commit is contained in:
Josh Holtrop 2009-03-09 23:21:23 +00:00
parent 60b29d658d
commit 51c5baf59a
2 changed files with 10 additions and 2 deletions

1
.todo
View File

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

View File

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