This commit is contained in:
James E McClure 2018-09-13 12:38:44 -04:00
parent 1059428b34
commit 23202c1ea8

View File

@ -390,7 +390,7 @@ double DECL::EdgeAngle(int edge)
angle *= 0.5; // half edge value
}
//1.570796326794897
//printf(" %f, %f: U={%f, %f, %f}, V={%f, %f, %f}\n",angle,dotprod,U.y,U.z,V.x,V.y,V.z);
if (angle > 0.f) printf(" %f, %f: U={%f, %f, %f}, V={%f, %f, %f}\n",angle,dotprod,U.y,U.z,V.x,V.y,V.z);
return angle;
}