mapspinner 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapspinner",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "WebGL2 Earth-scale terrain rendering SDK for interactive globe applications",
5
5
  "main": "src/index.js",
6
6
  "exports": {
@@ -628,7 +628,7 @@ highp float composeHeight(vec3 dir0, highp vec2 faceLocal, float tileM){ // W7
628
628
  // anchorpoints (low reliefMul = flat plains, non-mtn, non-wet, non-cold). Fades to zero
629
629
  // by reliefMul ~0.5 so mountains are unaffected.
630
630
  float flatGate = max(0.0, 1.0 - reliefMul * 2.0);
631
- h += snoise3(dir0 * 800.0) * flatGate * uDetailOverlay * 8.0;
631
+ h += snoise3(dir0 * 1200.0) * flatGate * uDetailOverlay * 20.0;
632
632
  // LAKE CARVE + flat-water plane
633
633
  float lakeWetV; float lakeCarveRaw = lakeCarveM(dir0, lakeWetV);
634
634
  // uCarveWide=1 widens the carve CLIMATE gates so the gorge/lake/dune depth fades in over a wide