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:
parent
60b29d658d
commit
51c5baf59a
1
.todo
1
.todo
@ -1,6 +1,5 @@
|
|||||||
FART To-Do List
|
FART To-Do List
|
||||||
===============
|
===============
|
||||||
- Fix subtractions of subtractions (inverting normals problem)
|
|
||||||
- Shape definitions / reusability
|
- Shape definitions / reusability
|
||||||
- Add distribution infrastructure
|
- Add distribution infrastructure
|
||||||
- Add maximum recursion depth option / parameter
|
- Add maximum recursion depth option / parameter
|
||||||
|
@ -3,7 +3,7 @@ scene
|
|||||||
{
|
{
|
||||||
options
|
options
|
||||||
{
|
{
|
||||||
multisample 2
|
multisample 3
|
||||||
}
|
}
|
||||||
|
|
||||||
camera
|
camera
|
||||||
@ -17,6 +17,15 @@ scene
|
|||||||
position <-1, -3, 4>
|
position <-1, -3, 4>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plane
|
||||||
|
{
|
||||||
|
position <0, 0, 1>, 1
|
||||||
|
material
|
||||||
|
{
|
||||||
|
color <0, 1, 1>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
subtract
|
subtract
|
||||||
{
|
{
|
||||||
box
|
box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user