Why is the error happen?
Posted: Thu Mar 24, 2016 9:29 am
After opening CloudCompare v2.6.3 beta [32bits] viewer screen, if I push the screen window by the mouse,
the following error dialog appears:
Assertion failed!
Program:...
File: C:\Users\...\ccIncludeGL.h
Line:217
Expression: false
It happens
//The result normalizes between -1 and 1
if (Pp.w == 0.0)
{
assert(false);
return false;
}
in this program ccIncludeGL.h.
Is there a way to prevent this?
Sincerely.
the following error dialog appears:
Assertion failed!
Program:...
File: C:\Users\...\ccIncludeGL.h
Line:217
Expression: false
It happens
//The result normalizes between -1 and 1
if (Pp.w == 0.0)
{
assert(false);
return false;
}
in this program ccIncludeGL.h.
Is there a way to prevent this?
Sincerely.