X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.org;h=85829455fa5606865dcebe5dd0ef7db89ca68f25;hb=HEAD;hp=761ec822beb84f8dd2d3e12b5b074ffde6d86ba6;hpb=c0d0bb56435d958a882e9ab7851fcad7434917e9;p=sixth-3d.git diff --git a/doc/index.org b/doc/index.org index 761ec82..3fb3f08 100644 --- a/doc/index.org +++ b/doc/index.org @@ -27,7 +27,7 @@ - [[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]]. @@ -101,7 +101,7 @@ Maven *pom.xml* file snippet: eu.svjatoslav sixth-3d - 1.1 + 1.2 ... @@ -111,7 +111,7 @@ Maven *pom.xml* file snippet: svjatoslav.eu Svjatoslav repository - http://www2.svjatoslav.eu/maven/ + http://www3.svjatoslav.eu/maven/ ... @@ -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.