minor modification

This commit is contained in:
Nico Pietroni 2014-07-04 13:29:24 +00:00
parent a743e93a70
commit c74af00fdf
1 changed files with 7 additions and 3 deletions

View File

@ -5,8 +5,13 @@
#include <list>
#include <utility>
#include "mesh_to_matrix.h"
#include <Eigen/Core>
#include <Eigen/Dense>
#include "NRosyField.h"
#include <Eigen/Sparse>
#include <vcg/complex/algorithms/update/color.h>
#include <vcg/complex/algorithms/update/curvature_fitting.h>
//#include "NRosyField.h"
using namespace std;
#define Delta 10e-6
@ -831,7 +836,7 @@ public:
template <class MeshType>
class FieldSmoother0
class FieldSmoother
{
typedef typename MeshType::FaceType FaceType;
typedef typename MeshType::VertexType VertexType;
@ -952,7 +957,6 @@ public:
static void InitByCurvature(MeshType & mesh)
{
vcg::tri::UpdateCurvatureFitting<MeshType>::computeCurvature(mesh);
vcg::tri::CrossField<MeshType>::SetFaceCrossVectorFromVert(mesh);
InitQualityByAnisotropyDir(mesh);