mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
minimal version for the usage of the (V-Must) web export plugin
This commit is contained in:
parent
a844ad546d
commit
cc59a79dff
12
src/meshlab_vmust.pro
Normal file
12
src/meshlab_vmust.pro
Normal 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))
|
||||
Loading…
x
Reference in New Issue
Block a user