Initial version of LowPassFilter class, which will eventually replace the smoothRegion() function.

This commit is contained in:
David Williams
2011-08-03 20:43:02 +01:00
parent fb0a2d0dac
commit 03e340e7dd
3 changed files with 163 additions and 0 deletions

View File

@ -37,6 +37,8 @@ SET(CORE_INC_FILES
include/PolyVoxCore/LargeVolume.inl
include/PolyVoxCore/LargeVolumeSampler.inl
include/PolyVoxCore/Log.h
include/PolyVoxCore/LowPassFilter.h
include/PolyVoxCore/LowPassFilter.inl
include/PolyVoxCore/Material.h
include/PolyVoxCore/MaterialDensityPair.h
include/PolyVoxCore/MeshDecimator.h