From cc59a79dff4e27a09f6206111e309f6059480f29 Mon Sep 17 00:00:00 2001 From: Massimiliano Corsini maxcorsini Date: Thu, 6 Feb 2014 09:22:46 +0000 Subject: [PATCH] minimal version for the usage of the (V-Must) web export plugin --- src/meshlab_vmust.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/meshlab_vmust.pro diff --git a/src/meshlab_vmust.pro b/src/meshlab_vmust.pro new file mode 100644 index 000000000..ec6f7d2f3 --- /dev/null +++ b/src/meshlab_vmust.pro @@ -0,0 +1,12 @@ +TEMPLATE = subdirs +CONFIG += ordered + +SUBDIRS = common \ # the common framework + meshlab \ # the GUI framework + meshlabplugins/io_base\ # to import basic file formats (ply, obj, off) + meshlabplugins/io_x3d\ # to import X3D + meshlabplugins/io_collada \ # to import COLLADA + meshlabplugins/filter_select\ # selection (e.g. self-intersection faces) + meshlabplugins/filter_clean\ # cleaning operations + meshlabplugins/filter_meshing\ # simplification and other algorithms + plugins_experimental/filter_web_export # plugin to prepare the 3D model for the Web (based on the CIF API developed in the ambit of the V-Must NoE (FP7)) \ No newline at end of file