From a8f54d698199d45920ad60e40629e52fd8c30340 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 3 Nov 2019 09:30:02 +0200 Subject: [PATCH] Added suggestion to compare against example renderer. --- doc/index.html | 36 ++++++++++++++++++++---------------- doc/index.org | 3 +++ 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/doc/index.html b/doc/index.html index e266b86..21d631d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -372,25 +372,25 @@ Maven *pom.xml* file snippet:

-
<dependencies>
+
<dependencies>
     ...
-    <dependency>
-        <groupId>eu.svjatoslav</groupId>
-        <artifactId>sixth-3d</artifactId>
-        <version>1.1</version>
-    </dependency>
+    <dependency>
+        <groupId>eu.svjatoslav</groupId>
+        <artifactId>sixth-3d</artifactId>
+        <version>1.1</version>
+    </dependency>
     ...
-</dependencies>
+</dependencies>
 
-<repositories>
+<repositories>
     ...
-    <repository>
-        <id>svjatoslav.eu</id>
-        <name>Svjatoslav repository</name>
-        <url>http://www2.svjatoslav.eu/maven/</url>
-    </repository>
+    <repository>
+        <id>svjatoslav.eu</id>
+        <name>Svjatoslav repository</name>
+        <url>http://www2.svjatoslav.eu/maven/</url>
+    </repository>
     ...
-</repositories>
+</repositories>
 
@@ -403,6 +403,10 @@ For API usage examples, see 5 TODO features to add
diff --git a/doc/index.org b/doc/index.org index b164b18..fd1a856 100644 --- a/doc/index.org +++ b/doc/index.org @@ -123,6 +123,9 @@ Maven *pom.xml* file snippet: For API usage examples, see [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]]. * TODO features to add ++ read this as example, and apply improvements/fixes where applicable: + http://blog.rogach.org/2015/08/how-to-create-your-own-simple-3d-render.html + + Partial region/frame repaint: when only one small object changed on the scene, it would be faster to re-render that specific area. -- 2.20.1