mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
Screened Poisson: update name in xml file
In commit 2e8f2a371ffc7995a0509a6f7fc64c943593ef18 the name of the filter was changed in the .cpp file; however, the name also needs to be updated in the .xml file.
This commit is contained in:
parent
ecbb74d584
commit
abe4ec65ed
@ -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_VERTNUMBER | MM_FACENUMBER" filterArity="Variable" filterIsInterruptible="true">
|
||||
<FILTER filterFunction="screenedPoissonSurfaceReconstruction" filterName="Surface Reconstruction: Screened Poisson" 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.
|
||||
<br> The filter uses the original code of Michael Kazhdan and Matthew Bolitho implementing the algorithm described in the following paper:<br>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user