mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
- changed the postcondition mask: from MM_ALL -> MM_VERTNUM | MM_FACENUM
This commit is contained in:
parent
2077963905
commit
ed9dba9baf
@ -1,6 +1,6 @@
|
||||
<MESHLAB_FILTER_INTERFACE mfiVersion="2.0">
|
||||
<PLUGIN pluginName="FilterScreenedPoissonPlugin" pluginAuthor="Paolo Cignoni" pluginEmail="paolo.cignoni@isti.cnr.it">
|
||||
<FILTER filterFunction="screenedPoissonSurfaceReconstruction" filterName="Screened Poisson Surface Reconstruction" filterPre="MM_NONE" filterRasterArity="SingleRaster" filterClass="Remeshing" filterPost="MM_ALL" filterArity="Variable" filterIsInterruptible="true">
|
||||
<FILTER filterFunction="screenedPoissonSurfaceReconstruction" filterName="Screened Poisson Surface Reconstruction" filterPre="MM_NONE" filterRasterArity="SingleRaster" filterClass="Remeshing" filterPost="MM_VERTNUMBER | MM_FACENUMBER" filterArity="Variable" filterIsInterruptible="true">
|
||||
<FILTER_HELP><![CDATA[This surface reconstruction algorithm
|
||||
creates watertight surfaces from oriented point sets. In this work we extend the technique to explicitly
|
||||
incorporate the points as interpolation constraints.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user