Added triangulation idea.
[sixth-3d.git] / doc / index.org
index 761ec82..e4c413b 100644 (file)
@@ -101,7 +101,7 @@ Maven *pom.xml* file snippet:
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>sixth-3d</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
     </dependency>
     ...
 </dependencies>
@@ -122,6 +122,8 @@ For API usage examples, see [[https://www3.svjatoslav.eu/projects/sixth-3d-demos
 + 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
 
++ Improve triangulation. Read: https://ianthehenry.com/posts/delaunay/
+
 + Partial region/frame repaint: when only one small object changed on
   the scene, it would be faster to re-render that specific area.