|
@@ -12,21 +12,6 @@ IGL_INLINE void igl::per_vertex_normals(
|
|
Eigen::PlainObjectBase<DerivedV> PFN;
|
|
Eigen::PlainObjectBase<DerivedV> PFN;
|
|
igl::per_face_normals(V,F,PFN);
|
|
igl::per_face_normals(V,F,PFN);
|
|
return igl::per_vertex_normals(V,F,PFN,N);
|
|
return igl::per_vertex_normals(V,F,PFN,N);
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
template <typename DerivedV, typename DerivedF>
|
|
template <typename DerivedV, typename DerivedF>
|