You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of the marching cubes algorithm in Unity using the GPU.
Volumetric data is passed as a Texture3D, polygonisation happens on the GPU using a geometry shader.
About
Marching Cubes implementation on the GPU for Unity