You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i try to follow the instructions and play with the bunny, but ./introduction failed in doublearea.cpp.
"""
Assertion failed: F.cols() == 3, file F:\geometry-processing-introduction\libigl\include\igl\doublearea.cpp, line 27
"""
Here is the code that failed for reference
"""
// Only support triangles
assert(F.cols() == 3);
"""
The text was updated successfully, but these errors were encountered:
Hi, i try to follow the instructions and play with the bunny, but ./introduction failed in doublearea.cpp.
"""
Assertion failed: F.cols() == 3, file F:\geometry-processing-introduction\libigl\include\igl\doublearea.cpp, line 27
"""
Here is the code that failed for reference
"""
// Only support triangles
assert(F.cols() == 3);
"""
The text was updated successfully, but these errors were encountered: