Refactor OceanLOD and constants for improved LOD management and grid size adjustments

This commit is contained in:
2026-01-31 22:52:30 +01:00
parent c19854aefc
commit 109eafa90a
3 changed files with 19 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
// Configuration Constants
export const GRID_SIZE = 256;
export const GRID_SIZE = 128;
export const NOISE_TEXTURE_WIDTH = 1024;
export const NOISE_TEXTURE_HEIGHT = 1024;
export const CANVAS_WIDTH = 800;