kinda works.

This commit is contained in:
yggdrasil75
2026-01-20 21:10:10 -05:00
parent a4e378bbcd
commit 76e0d4e06a
2 changed files with 48 additions and 36 deletions

View File

@@ -148,8 +148,7 @@ void createGreenSphere(defaults config, VoxelGrid& grid) {
}
if (shouldSet) {
grid.set(Vec3i(x, y, z), true,
Vec3ui8(sphereConfig.r, sphereConfig.g, sphereConfig.b));
grid.set(Vec3i(x, y, z), true, Vec3ui8(sphereConfig.r, sphereConfig.g, sphereConfig.b), 0.25);
}
}
}