9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Fixes & Tweaks to interp

This commit is contained in:
Daniel Mills
2020-08-18 01:16:45 -04:00
parent d00bb65554
commit f4bd928140
19 changed files with 68 additions and 19 deletions

View File

@@ -1,11 +1,12 @@
{
"seed": 1,
"interpolationFunction": "BILINEAR",
"interpolationScale": 5,
"interpolationFunction": "HERMITE_LOOSE",
"interpolationScale": 3,
"composite": [
{
"style": {
"style": "FLAT"
"style": "SIMPLEX",
"zoom": 0.3
},
"seed": 10
}