Add ocean shader settings and control sliders for wave properties

This commit is contained in:
2026-01-31 22:47:20 +01:00
parent d61c91a267
commit e9512fb88a
3 changed files with 299 additions and 46 deletions

View File

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