X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=doc%2Findex.html;h=c777c9d39dee631be3db76af5868671e17a34466;hp=68618001fefb7f826ee0391a0155fc49564eb546;hb=968fe6fc2df43441dca03d50d9fbc0cf41c746b4;hpb=2e78e3bdbfe899e9b19211715adea4604b169945 diff --git a/doc/index.html b/doc/index.html index 6861800..c777c9d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -198,29 +198,40 @@ $(function() {

Sixth 3D - 3D engine


@@ -228,14 +239,14 @@ published by the Free Software Foundation.

1 Project description

In software, pure Java realtime 3D rendering engine. With the final goal of becoming a platform for buildng 3D user interfaces and -interactive data visualization for project Sixth. +interactive data visualization for project Sixth.

@@ -315,19 +326,25 @@ operating systems.

-

2 TODO API documentation

+

2 API documentation

+ +

-Documentation currently missing for the lack of time. +Note: due to a lack of time, there is still big room for improvement +on documentation.

So far best resource is to download and explore source code for:

@@ -340,30 +357,30 @@ 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>
 

-For API usage examples, see demos. +For API usage examples, see demos.

@@ -463,8 +480,8 @@ becomes visible.