From 96935b06cc12ea02b9837d1fbdcb35f07bb7f240 Mon Sep 17 00:00:00 2001 From: Marco Callieri mcallieri Date: Wed, 16 Mar 2011 09:21:11 +0000 Subject: [PATCH] added filter for BNPTS output (poisson streaming) --- src/meshlab_full.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlab_full.pro b/src/meshlab_full.pro index a70bb9c4f..61f157fac 100644 --- a/src/meshlab_full.pro +++ b/src/meshlab_full.pro @@ -38,6 +38,7 @@ SUBDIRS = common \ meshlabplugins/filter_texture \ meshlabplugins/filter_unsharp \ meshlabplugins/filter_zippering \ + meshlabplugins/filter_bnpts \ # rendering stuff meshlabplugins/render_splatting \ meshlabplugins/render_gdp \