feat: allow to render ocean heightmap

This commit is contained in:
Azgaar 2023-12-10 15:20:26 +04:00
parent 52e3088763
commit cd45ad91fd
17 changed files with 207 additions and 89 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.95.04"; // generator version, update each time
const version = "1.96.00"; // generator version, update each time
{
document.title += " v" + version;
@ -28,6 +28,7 @@ const version = "1.95.04"; // generator version, update each time
<ul>
<strong>Latest changes:</strong>
<li>Ability to render ocean heightmap</li>
<li>Vignette visual layer and vignette styling options</li>
<li>Ability to define custom heightmap color scheme</li>
<li>New style preset Night and new heightmap color schemes</li>