From: Svjatoslav Agejenko Date: Mon, 6 Mar 2017 08:18:36 +0000 (+0200) Subject: Added features to implement X-Git-Tag: sixth-3d-1.2~58 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=581fa47296d1c583331b454eae59d5555d432b1a Added features to implement --- diff --git a/doc/index.html b/doc/index.html index 68eafc0..afcce63 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -278,9 +278,22 @@ retains complete control of every rendered pixel.

2 Software development

+
+

2.1 TODO

+
+
    +
  • partial (region) frame repaint +
  • +
  • antialiazing +
  • +
+
+
+
+

2.2 Instructions to embed Sixth-3D in your project

+

-Instructions to embed Sixth-3D in your project as a library. Maven *pom.xml* -file snippet: +Maven *pom.xml* file snippet:

Author: Svjatoslav Agejenko

-

Created: 2017-01-22 Sun 23:18

+

Created: 2017-03-06 Mon 10:18

Emacs 24.4.1 (Org-mode 8.2.10)

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