Added features to implement
[sixth-3d.git] / doc / index.org
index 6d1a89d..6f974ef 100644 (file)
@@ -26,7 +26,6 @@
 #+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
 #+HTML_HEAD: </style>
 
-
 * Project description
 In software, pure Java realtime 3D rendering engine. With the final goal of
 becoming a platform for buildng 3D user interfaces.
@@ -54,8 +53,11 @@ Also CPU rendering allows to easily test different rendering algorithms and
 retains complete control of every rendered pixel.
 
 * Software development
-Instructions to embed Sixth-3D in your project as a library. Maven *pom.xml*
-file snippet:
+** TODO
++ partial (region) frame repaint
++ antialiazing
+** Instructions to embed Sixth-3D in your project
+Maven *pom.xml* file snippet:
 #+BEGIN_SRC xml
 <dependencies>
     ...