Update boundaryFalloff setting and add panel subsection heading styles

- Changed boundaryFalloff from 1 to 0 in main.js settings for improved behavior.
- Added new languages ES, PT, JP
This commit is contained in:
CNCKitchen
2026-04-06 20:16:19 +02:00
parent 6fa12b6b7f
commit 16f5e96751
4 changed files with 622 additions and 22 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const settings = {
seamBandWidth: 0.5,
textureSmoothing: 0,
capAngle: 20,
boundaryFalloff: 1,
boundaryFalloff: 0,
symmetricDisplacement: false,
useDisplacement: false,
};