X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=doc%2Findex.org;fp=doc%2Findex.org;h=6f974efe82ec4d397a5d06435e4e5e0accf40af9;hp=6d1a89d28549095c207bc7f047316cf6930d7a6b;hb=581fa47296d1c583331b454eae59d5555d432b1a;hpb=439e676d68b70ed18dc2ca83c1581d635228a49f diff --git a/doc/index.org b/doc/index.org index 6d1a89d..6f974ef 100644 --- a/doc/index.org +++ b/doc/index.org @@ -26,7 +26,6 @@ #+HTML_HEAD: pre {background-color: #111; color: #ccc;} #+HTML_HEAD: - * 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 ...