Skip to content
Snippets Groups Projects
Commit 50d6d0c2 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Make output more verbose

parent f905140f
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ namespace GraspStudio
storeApproachDir = (objectModel->faces[faceIndex]).normal;
if (std::abs(storeApproachDir.squaredNorm() - 1) > 1e-6f)
{
std::cout << "Normal in trimesh not normalized!";
std::cout << "Normal in trimesh not normalized! (normalizing it now)\n";
storeApproachDir.normalize();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment