--- a/TODO Mon Nov 26 23:12:40 2007 +0100
+++ b/TODO Thu Nov 29 18:30:16 2007 +0100
@@ -4,6 +4,7 @@
- save/load
* update Python binding, Camera, new classes
* more complex demos
+ * check/update triangle routines
New Classes?
@@ -31,7 +32,7 @@
Scene scene -- container with shapes, a camera and lights
scene = new Scene()
scene.setTop(top) -- top object in hierarchy
-scene.setCamera(new Camera(pos, dir, angle))
+scene.setCamera(new Camera(eye, u, v, p))
scene.addLight(new PointLight(pos, color))
rt.setScene(scene)
rt.render(w,h)