Sample: Marching Cubes Isosurfaces
Minimum spec: SM 1.1

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:
