minor positioning changes

This commit is contained in:
Yggdrasil75
2026-01-28 14:48:02 -05:00
parent 4febc51784
commit f24fcaa691

View File

@@ -39,7 +39,7 @@ struct spheredefaults {
float reflection = 0.0f; float reflection = 0.0f;
float refraction = 0.0f; float refraction = 0.0f;
bool fillInside = true; bool fillInside = true;
float voxelSize = 1.0f; float voxelSize = 10.0f;
}; };
struct ceilingdefaults { struct ceilingdefaults {