Added smoothRegion function to smooth part of a volume.

This commit is contained in:
David Williams
2010-06-28 17:50:53 +00:00
parent b44b06c1af
commit bc0829b4f9
5 changed files with 121 additions and 77 deletions

View File

@ -28,6 +28,7 @@ distribution.
#pragma region Headers
#include "PolyVoxImpl/ArraySizesImpl.h"
#include "PolyVoxImpl/Typedef.h"
#pragma endregion
namespace PolyVox
@ -56,7 +57,7 @@ namespace PolyVox
/// behind it may appear complex. For reference, it is based upon the article here:
/// http://www.drdobbs.com/cpp/184401319/
////////////////////////////////////////////////////////////////////////////////
class ArraySizes
class POLYVOXCORE_API ArraySizes
{
typedef const uint32_t (&UIntArray1)[1];