diff --git a/library/PolyVoxCore/include/PolyVoxCore/Density.h b/library/PolyVoxCore/include/PolyVoxCore/Density.h index 98508fb5..8987b4c1 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Density.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Density.h @@ -101,6 +101,9 @@ namespace PolyVox // most games) but 16-bit and float types do have uses particularly in medical/scientific visualisation. typedef Density Density8; + /** + * This is a specialisation of DefaultMarchingCubesController for the Density voxel type + */ template class DefaultMarchingCubesController< Density > {