Changes to make SWIG bindings easier. Also removed SurfaceMesh::smoothPositions().

This commit is contained in:
David Williams
2011-01-16 20:37:42 +00:00
parent 36f8dc0296
commit 21d24ef7d4
3 changed files with 8 additions and 81 deletions

View File

@ -63,7 +63,6 @@ namespace PolyVox
void clear(void);
const bool isEmpty(void) const;
void smoothPositions(float fAmount, bool bIncludeGeometryEdgeVertices = false);
void sumNearbyNormals(bool bNormaliseResult = true);
polyvox_shared_ptr< SurfaceMesh<VertexType> > extractSubset(std::set<uint8_t> setMaterials);