mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
fixes
This commit is contained in:
parent
4363678d5d
commit
ff9b23ddbd
@ -29,7 +29,6 @@ set(SOURCES
|
||||
set(HEADERS
|
||||
GLExtensionsManager.h
|
||||
GLLogStream.h
|
||||
alnParser.h
|
||||
filterparameter.h
|
||||
filterscript.h
|
||||
interfaces.h
|
||||
|
||||
@ -99,3 +99,8 @@ bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_f
|
||||
|
||||
|
||||
|
||||
|
||||
bool MeshDocumentFromAln(MeshDocument& md)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
|
||||
#include "meshmodel.h"
|
||||
|
||||
bool MeshDocumentFromBundler(MeshDocument &md,QString filename_out,QString image_list_filename, QString model_filename);
|
||||
bool MeshDocumentFromNvm(MeshDocument &md,QString filename_nvm, QString model_filename);
|
||||
#endif // __MESHLABDOC_XML_H
|
||||
bool MeshDocumentFromBundler(MeshDocument &md, QString filename_out, QString image_list_filename, QString model_filename);
|
||||
bool MeshDocumentFromNvm(MeshDocument &md, QString filename_nvm, QString model_filename);
|
||||
bool MeshDocumentFromAln(MeshDocument &md);
|
||||
|
||||
#endif // __MESHLABDOC_BUNDLER_H
|
||||
|
||||
@ -20,8 +20,7 @@ HEADERS = plymc.h \
|
||||
volume.h \
|
||||
trivial_walker.h \
|
||||
tri_edge_collapse_mc.h \
|
||||
simplemeshprovider.h \
|
||||
../../common/alnParser.h
|
||||
simplemeshprovider.h
|
||||
|
||||
!CONFIG(system_glew): INCLUDEPATH *= ../../code/lib/glew/include
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user