X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=doc%2Findex.org;h=fd1a8568280fb9535f588a98335de5189444e3a6;hp=904739d34830677feb432070fbad9f71a9607ebe;hb=a8f54d698199d45920ad60e40629e52fd8c30340;hpb=968fe6fc2df43441dca03d50d9fbc0cf41c746b4 diff --git a/doc/index.org b/doc/index.org index 904739d..fd1a856 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,14 +1,17 @@ #+TITLE: Sixth 3D - 3D engine ------ -- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]] - -- Clone GIT repository using command: - : git clone https://www2.svjatoslav.eu/git/sixth-3d.git - -- [[https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] +* (document settings) :noexport: +** use dark style for TWBS-HTML exporter +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: -- See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]]. +* General +- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]] - This program is free software: you can redistribute it and/or modify it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as @@ -22,15 +25,15 @@ - [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: +** Source code +- [[https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] + +- [[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 + +- See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]]. * Project description + See: [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]] @@ -120,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.