From ebebfbef74d220d889fefcc0aad340ec8a32981e Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Thu, 27 Jan 2011 08:16:15 +0000 Subject: [PATCH] Updated to the new image plane creation strategy --- src/fgt/filter_photosynth/filter_photosynth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fgt/filter_photosynth/filter_photosynth.h b/src/fgt/filter_photosynth/filter_photosynth.h index 0daf0dd77..bf373b889 100644 --- a/src/fgt/filter_photosynth/filter_photosynth.h +++ b/src/fgt/filter_photosynth/filter_photosynth.h @@ -32,7 +32,7 @@ public: QString filterInfo(FilterIDType filter) const; void initParameterSet(QAction *action,MeshModel &/*m*/, RichParameterSet &/*parent*/); bool applyFilter(QAction *filter, MeshDocument &md, RichParameterSet &/*parent*/, vcg::CallBackPos *cb); - int postCondition(QAction*) const { return MeshModel::MM_VERTCOORD | MeshModel::MM_FACENORMAL | MeshModel::MM_VERTNORMAL; } + int postCondition(QAction*) const { return MeshModel::MM_UNKNOWN; } FilterClass getClass(QAction *a); QString filterScriptFunctionName(FilterIDType filterID); void outputToFile(QTextStream &out, Shotf &s, Image &img, CameraParameters &cam);