X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=doc%2Findex.html;fp=doc%2Findex.html;h=39d59e4132d434acb4b29b99b46a1bf5eeebab82;hp=ed11e14f274b29fa57992bdc1fbf9c191bc9efdf;hb=ef06f8e7a2c413a53da0d25f353b5743d298b1eb;hpb=ccc05ad821b45d288483427e968390d9b90955be diff --git a/doc/index.html b/doc/index.html index ed11e14..39d59e4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -198,15 +198,22 @@ $(function() {

Sixth 3D - 3D engine


-
  • other applications hosted at svjatoslav.eu +
  • Other software projects hosted at svjatoslav.eu
  • @@ -228,14 +235,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.

    @@ -327,7 +334,7 @@ So far best resource is to download and explore source code for:

    @@ -340,30 +347,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,7 +470,7 @@ becomes visible.