Fixed git clone URL master
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 25 Apr 2024 14:16:34 +0000 (17:16 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 25 Apr 2024 14:16:34 +0000 (17:16 +0300)
doc/index.html
doc/index.org

index 7a3cc94..e49cd2a 100644 (file)
@@ -3,7 +3,7 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
-<!-- 2022-07-13 Wed 04:16 -->
+<!-- 2024-04-25 Thu 17:15 -->
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>Sixth 3D - 3D engine</title>
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>Sixth 3D - 3D engine</title>
@@ -209,30 +209,30 @@ pre {background-color: #111; color: #ccc;}
 <h2>Table of Contents</h2>
 <div id="text-table-of-contents" role="doc-toc">
 <ul>
 <h2>Table of Contents</h2>
 <div id="text-table-of-contents" role="doc-toc">
 <ul>
-<li><a href="#org7511f90">1. General</a>
+<li><a href="#orgf9f3129">1. General</a>
 <ul>
 <ul>
-<li><a href="#orge3f1768">1.1. Source code</a></li>
+<li><a href="#orgc3b07e7">1.1. Source code</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="#orgfea2cd7">2. Project description</a>
+<li><a href="#org916f78e">2. Project description</a>
 <ul>
 <ul>
-<li><a href="#org4103b1c">2.1. Justification for software rendering</a></li>
-<li><a href="#orgca70003">2.2. Justification for Java</a></li>
+<li><a href="#org10fee9c">2.1. Justification for software rendering</a></li>
+<li><a href="#orgc26ca5b">2.2. Justification for Java</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="#org690ab91">3. API documentation</a></li>
-<li><a href="#org228a301">4. Instructions to embed Sixth-3D in your project</a></li>
-<li><a href="#org39d9f00">5. <span class="todo TODO">TODO</span> features to add</a>
+<li><a href="#org145f067">3. API documentation</a></li>
+<li><a href="#org2e17447">4. Instructions to embed Sixth-3D in your project</a></li>
+<li><a href="#org3bce5f0">5. <span class="todo TODO">TODO</span> features to add</a>
 <ul>
 <ul>
-<li><a href="#org16a4a5d">5.1. Render only visible polygons</a></li>
+<li><a href="#org291c86d">5.1. Render only visible polygons</a></li>
 </ul>
 </li>
 </ul>
 </div>
 </div>
 
 </ul>
 </li>
 </ul>
 </div>
 </div>
 
-<div id="outline-container-org7511f90" class="outline-2">
-<h2 id="org7511f90"><span class="section-number-2">1.</span> General</h2>
+<div id="outline-container-orgf9f3129" class="outline-2">
+<h2 id="orgf9f3129"><span class="section-number-2">1.</span> General</h2>
 <div class="outline-text-2" id="text-1">
 <ul class="org-ul">
 <li>This program is free software: released under Creative Commons Zero
 <div class="outline-text-2" id="text-1">
 <ul class="org-ul">
 <li>This program is free software: released under Creative Commons Zero
@@ -249,8 +249,8 @@ pre {background-color: #111; color: #ccc;}
 </ul>
 </div>
 
 </ul>
 </div>
 
-<div id="outline-container-orge3f1768" class="outline-3">
-<h3 id="orge3f1768"><span class="section-number-3">1.1.</span> Source code</h3>
+<div id="outline-container-orgc3b07e7" class="outline-3">
+<h3 id="orgc3b07e7"><span class="section-number-3">1.1.</span> Source code</h3>
 <div class="outline-text-3" id="text-1-1">
 <ul class="org-ul">
 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a></li>
 <div class="outline-text-3" id="text-1-1">
 <ul class="org-ul">
 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a></li>
@@ -261,7 +261,7 @@ pre {background-color: #111; color: #ccc;}
 Clone Git repository using command:
 </p>
 <pre class="example">
 Clone Git repository using command:
 </p>
 <pre class="example">
-git clone https://www2.svjatoslav.eu/git/sixth-3d.git
+git clone https://www3.svjatoslav.eu/git/sixth-3d.git
 </pre></li>
 
 <li>See <a href="https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/">JavaDoc</a>.</li>
 </pre></li>
 
 <li>See <a href="https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/">JavaDoc</a>.</li>
@@ -270,26 +270,26 @@ git clone https://www2.svjatoslav.eu/git/sixth-3d.git
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-orgfea2cd7" class="outline-2">
-<h2 id="orgfea2cd7"><span class="section-number-2">2.</span> Project description</h2>
+<div id="outline-container-org916f78e" class="outline-2">
+<h2 id="org916f78e"><span class="section-number-2">2.</span> Project description</h2>
 <div class="outline-text-2" id="text-2">
 <ul class="org-ul">
 <li>See: <a href="https://www3.svjatoslav.eu/projects/sixth-3d-demos/">demos of current 3D engine capabilities</a></li>
 </ul>
 
 <p>
 <div class="outline-text-2" id="text-2">
 <ul class="org-ul">
 <li>See: <a href="https://www3.svjatoslav.eu/projects/sixth-3d-demos/">demos of current 3D engine capabilities</a></li>
 </ul>
 
 <p>
-<a href="#org4103b1c">In software</a>, <a href="#orgca70003">pure Java</a> realtime 3D rendering engine. With the final
+<a href="#org10fee9c">In software</a>, <a href="#orgc26ca5b">pure Java</a> realtime 3D rendering engine. With the final
 goal of becoming a platform for buildng 3D user interfaces and
 interactive data visualization for <a href="https://www3.svjatoslav.eu/projects/sixth/">project Sixth</a>.
 </p>
 
 <p>
 goal of becoming a platform for buildng 3D user interfaces and
 interactive data visualization for <a href="https://www3.svjatoslav.eu/projects/sixth/">project Sixth</a>.
 </p>
 
 <p>
-Sixth 3D can be also used as standalone <a href="#org228a301">3D engine in your project</a>.
+Sixth 3D can be also used as standalone <a href="#org2e17447">3D engine in your project</a>.
 </p>
 </div>
 
 </p>
 </div>
 
-<div id="outline-container-org4103b1c" class="outline-3">
-<h3 id="org4103b1c"><span class="section-number-3">2.1.</span> Justification for software rendering</h3>
+<div id="outline-container-org10fee9c" class="outline-3">
+<h3 id="org10fee9c"><span class="section-number-3">2.1.</span> Justification for software rendering</h3>
 <div class="outline-text-3" id="text-2-1">
 <p>
 3D rendering is done in software, 100% pure Java on CPU. At least for
 <div class="outline-text-3" id="text-2-1">
 <p>
 3D rendering is done in software, 100% pure Java on CPU. At least for
@@ -310,8 +310,8 @@ pixel.
 </p>
 </div>
 </div>
 </p>
 </div>
 </div>
-<div id="outline-container-orgca70003" class="outline-3">
-<h3 id="orgca70003"><span class="section-number-3">2.2.</span> Justification for Java</h3>
+<div id="outline-container-orgc26ca5b" class="outline-3">
+<h3 id="orgc26ca5b"><span class="section-number-3">2.2.</span> Justification for Java</h3>
 <div class="outline-text-3" id="text-2-2">
 <ul class="org-ul">
 <li>It is easy to refactor and experiment with.</li>
 <div class="outline-text-3" id="text-2-2">
 <ul class="org-ul">
 <li>It is easy to refactor and experiment with.</li>
@@ -346,8 +346,8 @@ operating systems.</li>
 </div>
 </div>
 
 </div>
 </div>
 
-<div id="outline-container-org690ab91" class="outline-2">
-<h2 id="org690ab91"><span class="section-number-2">3.</span> API documentation</h2>
+<div id="outline-container-org145f067" class="outline-2">
+<h2 id="org145f067"><span class="section-number-2">3.</span> API documentation</h2>
 <div class="outline-text-2" id="text-3">
 <ul class="org-ul">
 <li>See <a href="https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/">JavaDoc</a>.</li>
 <div class="outline-text-2" id="text-3">
 <ul class="org-ul">
 <li>See <a href="https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/">JavaDoc</a>.</li>
@@ -367,32 +367,32 @@ So far best resource is to download and explore source code for:
 </ul>
 </div>
 </div>
 </ul>
 </div>
 </div>
-<div id="outline-container-org228a301" class="outline-2">
-<h2 id="org228a301"><span class="section-number-2">4.</span> Instructions to embed Sixth-3D in your project</h2>
+<div id="outline-container-org2e17447" class="outline-2">
+<h2 id="org2e17447"><span class="section-number-2">4.</span> Instructions to embed Sixth-3D in your project</h2>
 <div class="outline-text-2" id="text-4">
 <p>
 Maven <b>pom.xml</b> file snippet:
 </p>
 <div class="org-src-container">
 <div class="outline-text-2" id="text-4">
 <p>
 Maven <b>pom.xml</b> file snippet:
 </p>
 <div class="org-src-container">
-<pre class="src src-xml">&lt;<span style="color: #A6E22E;">dependencies</span>&gt;
+<pre class="src src-xml">&lt;<span style="color: #89b4fa;">dependencies</span>&gt;
     ...
     ...
-    &lt;<span style="color: #A6E22E;">dependency</span>&gt;
-        &lt;<span style="color: #A6E22E;">groupId</span>&gt;eu.svjatoslav&lt;/<span style="color: #A6E22E;">groupId</span>&gt;
-        &lt;<span style="color: #A6E22E;">artifactId</span>&gt;sixth-3d&lt;/<span style="color: #A6E22E;">artifactId</span>&gt;
-        &lt;<span style="color: #A6E22E;">version</span>&gt;1.2&lt;/<span style="color: #A6E22E;">version</span>&gt;
-    &lt;/<span style="color: #A6E22E;">dependency</span>&gt;
+    &lt;<span style="color: #89b4fa;">dependency</span>&gt;
+        &lt;<span style="color: #89b4fa;">groupId</span>&gt;eu.svjatoslav&lt;/<span style="color: #89b4fa;">groupId</span>&gt;
+        &lt;<span style="color: #89b4fa;">artifactId</span>&gt;sixth-3d&lt;/<span style="color: #89b4fa;">artifactId</span>&gt;
+        &lt;<span style="color: #89b4fa;">version</span>&gt;1.2&lt;/<span style="color: #89b4fa;">version</span>&gt;
+    &lt;/<span style="color: #89b4fa;">dependency</span>&gt;
     ...
     ...
-&lt;/<span style="color: #A6E22E;">dependencies</span>&gt;
+&lt;/<span style="color: #89b4fa;">dependencies</span>&gt;
 
 
-&lt;<span style="color: #A6E22E;">repositories</span>&gt;
+&lt;<span style="color: #89b4fa;">repositories</span>&gt;
     ...
     ...
-    &lt;<span style="color: #A6E22E;">repository</span>&gt;
-        &lt;<span style="color: #A6E22E;">id</span>&gt;svjatoslav.eu&lt;/<span style="color: #A6E22E;">id</span>&gt;
-        &lt;<span style="color: #A6E22E;">name</span>&gt;Svjatoslav repository&lt;/<span style="color: #A6E22E;">name</span>&gt;
-        &lt;<span style="color: #A6E22E;">url</span>&gt;http://www3.svjatoslav.eu/maven/&lt;/<span style="color: #A6E22E;">url</span>&gt;
-    &lt;/<span style="color: #A6E22E;">repository</span>&gt;
+    &lt;<span style="color: #89b4fa;">repository</span>&gt;
+        &lt;<span style="color: #89b4fa;">id</span>&gt;svjatoslav.eu&lt;/<span style="color: #89b4fa;">id</span>&gt;
+        &lt;<span style="color: #89b4fa;">name</span>&gt;Svjatoslav repository&lt;/<span style="color: #89b4fa;">name</span>&gt;
+        &lt;<span style="color: #89b4fa;">url</span>&gt;http://www3.svjatoslav.eu/maven/&lt;/<span style="color: #89b4fa;">url</span>&gt;
+    &lt;/<span style="color: #89b4fa;">repository</span>&gt;
     ...
     ...
-&lt;/<span style="color: #A6E22E;">repositories</span>&gt;
+&lt;/<span style="color: #89b4fa;">repositories</span>&gt;
 </pre>
 </div>
 
 </pre>
 </div>
 
@@ -401,8 +401,8 @@ For API usage examples, see <a href="https://www3.svjatoslav.eu/projects/sixth-3
 </p>
 </div>
 </div>
 </p>
 </div>
 </div>
-<div id="outline-container-org39d9f00" class="outline-2">
-<h2 id="org39d9f00"><span class="section-number-2">5.</span> <span class="todo TODO">TODO</span> features to add</h2>
+<div id="outline-container-org3bce5f0" class="outline-2">
+<h2 id="org3bce5f0"><span class="section-number-2">5.</span> <span class="todo TODO">TODO</span> features to add</h2>
 <div class="outline-text-2" id="text-5">
 <ul class="org-ul">
 <li>read this as example, and apply improvements/fixes where applicable:
 <div class="outline-text-2" id="text-5">
 <ul class="org-ul">
 <li>read this as example, and apply improvements/fixes where applicable:
@@ -422,8 +422,8 @@ expensive for every frame, it could be used only for last frame
 before animations become still and waiting for user input starts.</li>
 </ul>
 </div>
 before animations become still and waiting for user input starts.</li>
 </ul>
 </div>
-<div id="outline-container-org16a4a5d" class="outline-3">
-<h3 id="org16a4a5d"><span class="section-number-3">5.1.</span> Render only visible polygons</h3>
+<div id="outline-container-org291c86d" class="outline-3">
+<h3 id="org291c86d"><span class="section-number-3">5.1.</span> Render only visible polygons</h3>
 <div class="outline-text-3" id="text-5-1">
 <ul class="org-ul">
 <li>This would significantly reduce RAM &lt;-&gt; CPU traffic.</li>
 <div class="outline-text-3" id="text-5-1">
 <ul class="org-ul">
 <li>This would significantly reduce RAM &lt;-&gt; CPU traffic.</li>
@@ -472,7 +472,7 @@ becomes visible.</li>
 </div>
 <div id="postamble" class="status">
 <p class="author">Author: Svjatoslav Agejenko</p>
 </div>
 <div id="postamble" class="status">
 <p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2022-07-13 Wed 04:16</p>
+<p class="date">Created: 2024-04-25 Thu 17:15</p>
 <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
 </div>
 </body>
 <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
 </div>
 </body>
index 8582945..3fb3f08 100644 (file)
@@ -27,7 +27,7 @@
 - [[https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=summary][Browse Git repository online]]
 
 - Clone Git repository using command:
 - [[https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=summary][Browse Git repository online]]
 
 - Clone Git repository using command:
-  : git clone https://www2.svjatoslav.eu/git/sixth-3d.git
+  : git clone https://www3.svjatoslav.eu/git/sixth-3d.git
 
 - See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]].
 
 
 - See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]].