minimal version for the usage of the (V-Must) web export plugin

This commit is contained in:
Massimiliano Corsini maxcorsini 2014-02-06 09:22:46 +00:00
parent a844ad546d
commit cc59a79dff

12
src/meshlab_vmust.pro Normal file
View File

@ -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))