Ocean heightmap to v1.96 (#1044)

* feat: allow to render ocean heightmap

* feat: allow to render ocean heightmap - test

* feat: allow to render ocean heightmap - fix issue

* feat: allow to render ocean heightmap - cleanup

---------

Co-authored-by: Azgaar <azgaar.fmg@yandex.com>
This commit is contained in:
Azgaar 2024-02-13 03:15:21 +04:00 committed by GitHub
parent 83dff665c5
commit a4c4db6150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 348 additions and 196 deletions

View file

@ -292,7 +292,9 @@
"terracing": 0,
"skip": 2,
"relax": 1,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "url(#blur3)",
"mask": "url(#land)"
},

View file

@ -292,7 +292,9 @@
"terracing": 0,
"skip": 0,
"relax": 0,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": null,
"mask": "url(#land)"
},

View file

@ -294,7 +294,9 @@
"terracing": 0,
"skip": 5,
"relax": 0,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": null,
"mask": "url(#land)"
},

View file

@ -292,7 +292,9 @@
"terracing": 6,
"skip": 0,
"relax": 2,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "",
"mask": "url(#land)"
},

View file

@ -286,13 +286,24 @@
"href": "./images/pattern1.png",
"opacity": 0.2
},
"#terrs": {
"opacity": null,
"#terrs > #oceanHeights": {
"data-render": 0,
"opacity": 1,
"scheme": "bright",
"terracing": 0,
"skip": 0,
"relax": 1,
"curve": "curveBasisClosed",
"filter": null,
"mask": null
},
"#terrs > #landHeights": {
"opacity": 1,
"scheme": "bright",
"terracing": 0,
"skip": 5,
"relax": 0,
"curve": 0,
"curve": "curveBasisClosed",
"filter": null,
"mask": "url(#land)"
},

View file

@ -294,7 +294,9 @@
"terracing": 2,
"skip": 1,
"relax": 2,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "url(#filter-grayscale)",
"mask": "url(#land)"
},

View file

@ -292,7 +292,9 @@
"terracing": 10,
"skip": 5,
"relax": 0,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "url(#turbulence)",
"mask": "url(#land)"
},

View file

@ -287,7 +287,9 @@
"terracing": 0,
"skip": 5,
"relax": 0,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "url(#blur3)",
"mask": "url(#land)"
},

View file

@ -292,7 +292,9 @@
"terracing": 0,
"skip": 10,
"relax": 0,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "url(#blurFilter)",
"mask": "url(#land)"
},

View file

@ -292,7 +292,9 @@
"terracing": 0,
"skip": 2,
"relax": 1,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "",
"mask": "url(#land)"
},

View file

@ -292,7 +292,9 @@
"terracing": 0,
"skip": 5,
"relax": 1,
"curve": 0,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": null,
"mask": "url(#land)"
},