From my understanding in computing both per vertex normals and per corner normals, we need to be able to get all the Faces which are incident on the vertex.
Is there any particular reason why the function vertex_triangle_adjacency() is only included in the per_corner_normals.cpp and not in per_vertex_normals.cpp ??
EDIT
I ended up just importing the function in my per_vertex_normals.cpp , just verifying that we are allowed to do this
From my understanding in computing both per vertex normals and per corner normals, we need to be able to get all the Faces which are incident on the vertex.
Is there any particular reason why the function vertex_triangle_adjacency() is only included in the per_corner_normals.cpp and not in per_vertex_normals.cpp ??
EDIT I ended up just importing the function in my per_vertex_normals.cpp , just verifying that we are allowed to do this