Package toxi.geom.mesh
Interface WEMeshFilterStrategy
- All Known Implementing Classes:
LaplacianSmooth
public interface WEMeshFilterStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(VertexSelector selector, int numIterations) voidfilter(WETriangleMesh mesh, int numIterations) Applies the vertex filter to the given mesh
-
Method Details
-
filter
-
filter
Applies the vertex filter to the given mesh- Parameters:
mesh-numIterations-
-