From 62a5d3856d6871571bcdd46ee1d2cc5dcd4240f7 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 6 Jun 2011 15:14:10 +0000 Subject: [PATCH] Small changes to the texdeci sample (better depend path and corrected saving) --- apps/texdeci/texdeci.cpp | 2 +- apps/texdeci/texdeci.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/texdeci/texdeci.cpp b/apps/texdeci/texdeci.cpp index 9d8d80bc..4c3a2f89 100644 --- a/apps/texdeci/texdeci.cpp +++ b/apps/texdeci/texdeci.cpp @@ -154,7 +154,7 @@ for(int i=0;i::Save(meshVec[i],buf,false); + tri::io::ExporterPLY::Save(meshVec[i],buf,tri::io::Mask::IOM_WEDGTEXCOORD,false); } // TriEdgeCollapseQuadricParameter qparams; diff --git a/apps/texdeci/texdeci.pro b/apps/texdeci/texdeci.pro index cc6f9724..eb4245bd 100644 --- a/apps/texdeci/texdeci.pro +++ b/apps/texdeci/texdeci.pro @@ -1,7 +1,7 @@ #DEFINES += VCG_USE_EIGEN TARGET = texdeci #LIBPATH += -DEPENDPATH += . +DEPENDPATH += . ../.. INCLUDEPATH += . ../.. CONFIG += console stl debug_and_release TEMPLATE = app