From: Svjatoslav Agejenko Date: Mon, 6 Apr 2026 13:53:49 +0000 (+0300) Subject: chore(deps): update sixth-3d dependency to 1.5-SNAPSHOT X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=commitdiff_plain;ds=sidebyside;p=sixth-3d-demos.git chore(deps): update sixth-3d dependency to 1.5-SNAPSHOT Update pom.xml dependency from 1.4-SNAPSHOT to 1.5-SNAPSHOT. Fix procedural terrain screenshot path in documentation. Minor formatting improvements in docs. --- diff --git a/doc/index.org b/doc/index.org index 4b6b8cc..d0cd0c3 100644 --- a/doc/index.org +++ b/doc/index.org @@ -87,14 +87,14 @@ Prerequisites: :ID: 3fffc32e-ae66-40b7-ad7d-fab6093c778b :END: -Add *Sixth 3D* to your pom.xml: +Add *Sixth 3D* to your *pom.xml*: #+BEGIN_SRC xml eu.svjatoslav sixth-3d - 1.4-SNAPSHOT + 1.4 @@ -558,7 +558,7 @@ This demo demonstrates: #+attr_html: :class responsive-img #+attr_latex: :width 1000px -[[file:Procedural terrain.png]] +[[file:Screenshots/Procedural terrain.png]] Demonstrates procedurally generated mountain terrain with an animated fractal tree. The scene features: diff --git a/pom.xml b/pom.xml index 4baf761..c045ea0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ eu.svjatoslav sixth-3d - 1.4-SNAPSHOT + 1.5-SNAPSHOT eu.svjatoslav