Sample: marchingCubes
Minimum spec: SM 1.0

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:
