X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=61695d48a16b4f81857de7e0f4fa9517089fa327;hb=9fd4e404b77be4193d14e6cc799b3f42e24d4486;hp=e266b8684a65656d1896fe74fbf67505bf97ab5e;hpb=84d9d8e0f410351bf7938a33472452b799a8dc59;p=sixth-3d.git diff --git a/doc/index.html b/doc/index.html index e266b86..61695d4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -201,7 +201,7 @@ $(function() {

1 General

@@ -343,11 +340,6 @@ operating systems.

3 API documentation

- -

Note: due to a lack of time, there is still big room for improvement on documentation. @@ -372,25 +364,25 @@ 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>
 
@@ -403,6 +395,10 @@ For API usage examples, see 5 TODO features to add
+
+
+

5.1 Render only visible polygons

+
  • This would significantly reduce RAM <-> CPU traffic.
  • @@ -473,8 +472,7 @@ becomes visible.
- - +