Removed now redundant reference surface extractor.
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
|
||||
#include "PolyVoxImpl/DecimatedSurfaceExtractor.h"
|
||||
#include "PolyVoxImpl/FastSurfaceExtractor.h"
|
||||
#include "PolyVoxImpl/ReferenceSurfaceExtractor.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@ -31,11 +30,4 @@ namespace PolyVox
|
||||
|
||||
singleMaterialPatch->m_v3dRegionPosition = region.getLowerCorner();
|
||||
}
|
||||
|
||||
void extractReferenceSurface(Volume<uint8_t>* volumeData, Region region, IndexedSurfacePatch* singleMaterialPatch)
|
||||
{
|
||||
extractReferenceSurfaceImpl(volumeData, region, singleMaterialPatch);
|
||||
|
||||
singleMaterialPatch->m_v3dRegionPosition = region.getLowerCorner();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user