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

Sixth 3D - 3D engine


@@ -228,14 +236,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.

@@ -325,9 +333,9 @@ Documentation currently missing for the lack of time. So far best resource is to download and explore source code for:

@@ -340,30 +348,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 +471,8 @@ becomes visible.