Added features to implement
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Mon, 6 Mar 2017 08:18:36 +0000 (10:18 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Mon, 6 Mar 2017 08:18:36 +0000 (10:18 +0200)
doc/index.html
doc/index.org

index 68eafc0..afcce63 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth 3D - 3D engine</title>
-<!-- 2017-01-22 Sun 23:18 -->
+<!-- 2017-03-06 Mon 10:18 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -278,9 +278,22 @@ retains complete control of every rendered pixel.
 <div id="outline-container-sec-2" class="outline-2">
 <h2 id="sec-2"><span class="section-number-2">2</span> Software development</h2>
 <div class="outline-text-2" id="text-2">
+</div><div id="outline-container-sec-2-1" class="outline-3">
+<h3 id="sec-2-1"><span class="section-number-3">2.1</span> <span class="label label-primary TODO">TODO</span> </h3>
+<div class="outline-text-3" id="text-2-1">
+<ul class="org-ul">
+<li>partial (region) frame repaint
+</li>
+<li>antialiazing
+</li>
+</ul>
+</div>
+</div>
+<div id="outline-container-sec-2-2" class="outline-3">
+<h3 id="sec-2-2"><span class="section-number-3">2.2</span> Instructions to embed Sixth-3D in your project</h3>
+<div class="outline-text-3" id="text-2-2">
 <p>
-Instructions to embed Sixth-3D in your project as a library. Maven *pom.xml*
-file snippet:
+Maven *pom.xml* file snippet:
 </p>
 <div class="org-src-container">
 
@@ -311,18 +324,24 @@ See <a href="codeGraph/index.html">generated code graph</a> using <a href="http:
 </p>
 </div>
 </div>
+</div>
 </div><div class="col-md-3"><nav id="table-of-contents">
 <div id="text-table-of-contents" class="bs-docs-sidebar">
 <ul class="nav">
 <li><a href="#sec-1">1. Project description</a></li>
-<li><a href="#sec-2">2. Software development</a></li>
+<li><a href="#sec-2">2. Software development</a>
+<ul class="nav">
+<li><a href="#sec-2-1">2.1. </a></li>
+<li><a href="#sec-2-2">2.2. Instructions to embed Sixth-3D in your project</a></li>
+</ul>
+</li>
 </ul>
 </div>
 </nav>
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2017-01-22 Sun 23:18</p>
+<p class="date">Created: 2017-03-06 Mon 10:18</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org-mode</a> 8.2.10)</p>
 </div>
 </footer>
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>
     ...