From 78dcab11f5215e1f409c7e7a991182444b5a7126 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Wed, 13 Jul 2022 04:16:51 +0300 Subject: [PATCH] Fixed Maven repository URL. --- doc/index.html | 64 +++++++++++++++++++++++++------------------------- doc/index.org | 2 +- pom.xml | 2 +- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/doc/index.html b/doc/index.html index e02cfb9..7a3cc94 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Sixth 3D - 3D engine @@ -209,30 +209,30 @@ pre {background-color: #111; color: #ccc;}

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -249,8 +249,8 @@ pre {background-color: #111; color: #ccc;}
-
-

1.1. Source code

+
+

1.1. Source code

-
-

2. Project description

+
+

2. Project description

-In software, pure Java realtime 3D rendering engine. With the final +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.

-Sixth 3D can be also used as standalone 3D engine in your project. +Sixth 3D can be also used as standalone 3D engine in your project.

-
-

2.1. Justification for software rendering

+
+

2.1. Justification for software rendering

3D rendering is done in software, 100% pure Java on CPU. At least for @@ -310,8 +310,8 @@ pixel.

-
-

2.2. Justification for Java

+
+

2.2. Justification for Java

  • It is easy to refactor and experiment with.
  • @@ -346,8 +346,8 @@ operating systems.
-
-

3. API documentation

+
+

3. API documentation

  • See JavaDoc.
  • @@ -367,8 +367,8 @@ So far best resource is to download and explore source code for:
-
-

4. Instructions to embed Sixth-3D in your project

+
+

4. Instructions to embed Sixth-3D in your project

Maven pom.xml file snippet: @@ -389,7 +389,7 @@ Maven pom.xml file snippet: <repository> <id>svjatoslav.eu</id> <name>Svjatoslav repository</name> - <url>http://www2.svjatoslav.eu/maven/</url> + <url>http://www3.svjatoslav.eu/maven/</url> </repository> ... </repositories> @@ -401,8 +401,8 @@ For API usage examples, see -

5. TODO features to add

+
+

5. TODO features to add

  • read this as example, and apply improvements/fixes where applicable: @@ -422,8 +422,8 @@ expensive for every frame, it could be used only for last frame before animations become still and waiting for user input starts.
-
-

5.1. Render only visible polygons

+
+

5.1. Render only visible polygons

  • This would significantly reduce RAM <-> CPU traffic.
  • @@ -472,7 +472,7 @@ becomes visible.
diff --git a/doc/index.org b/doc/index.org index e4c413b..8582945 100644 --- a/doc/index.org +++ b/doc/index.org @@ -111,7 +111,7 @@ Maven *pom.xml* file snippet: svjatoslav.eu Svjatoslav repository - http://www2.svjatoslav.eu/maven/ + http://www3.svjatoslav.eu/maven/ ... diff --git a/pom.xml b/pom.xml index 47fb627..4853085 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ svjatoslav.eu Svjatoslav repository - https://www2.svjatoslav.eu/maven/ + https://www3.svjatoslav.eu/maven/ -- 2.20.1