pushing this home.

This commit is contained in:
Yggdrasil75
2026-01-19 15:01:15 -05:00
parent 0782189838
commit db423030dd
3 changed files with 75 additions and 64 deletions

View File

@@ -23,9 +23,9 @@
struct defaults {
int outWidth = 512;
int outHeight = 512;
int gridWidth = 256;
int gridHeight = 256;
int gridDepth = 256;
int gridWidth = 128;
int gridHeight = 128;
int gridDepth = 128;
float fps = 30.0f;
PNoise2 noise = PNoise2(42);
};