Sample: marchingCubes Minimum spec: SM 3.5 This sample extracts a geometric isosurface from a volume dataset using the marching cubes algorithm. It uses the scan (prefix sum) function from the Thrust library to perform stream compaction. Key concepts: OpenGL Graphics Interop Vertex Buffers 3D Graphics Physically Based Simulation