ImprovedCubicSurfaceExtractor now removes unused vertices.
This commit is contained in:
parent
180b6a1945
commit
5cca022fbe
@ -232,6 +232,7 @@ namespace PolyVox
|
||||
}
|
||||
|
||||
m_meshCurrent->m_Region = m_regSizeInVoxels;
|
||||
m_meshCurrent->removeUnusedVertices();
|
||||
|
||||
m_meshCurrent->m_vecLodRecords.clear();
|
||||
LodRecord lodRecord;
|
||||
|
Loading…
x
Reference in New Issue
Block a user