<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">
<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">
</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>
#+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.
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>
...