basic marching cubes working

This commit is contained in:
2026-04-11 10:15:50 +02:00
parent a8bcaeee23
commit 8e8d5ca1c9
14 changed files with 784 additions and 127 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
static const uint3 gridSize = uint3(64, 64, 64);
static const uint3 gridSize = uint3(32, 32, 32);
struct FluidGridData<T>
{
RWStructuredBuffer<T> dataGrid;