SurfaceExtractor now returns shared pointer to surface.

This commit is contained in:
David Williams
2009-05-29 22:16:51 +00:00
parent b1e111d940
commit 358d07b234
4 changed files with 16 additions and 15 deletions

View File

@ -41,7 +41,7 @@ namespace PolyVox
void setLodLevel(uint8_t uLodLevel);
void extractSurfaceForRegion(Region region, IndexedSurfacePatch* singleMaterialPatch);
POLYVOX_SHARED_PTR<IndexedSurfacePatch> extractSurfaceForRegion(Region region);
private:
uint8_t m_uLodLevel;