-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I'm having issues with this implementation. I already read the paper and have everything in place. Sometimes my linear algebra equation solver rans into NaN values, so basically some vertices became unstable. How is the proper way to handle this ?
Note: I also have a basic mesh degeneration detection which takes the one ring edges length and mark the vertices so they can preserve their current position, but even though there's a moment where the linear algebra solver returns NaN in some vertices
Also another question is related to the mesh characteristics for this to work. Are there any special constraints ? Cause I have notice, that scaling up or down the model gives different results.
Environment: Also C++ with Eigen library. Tested with all Sparse Solvers that the library provides