Amir Vaxman

Results 28 comments of Amir Vaxman

Well a fresh download of DIrectional (including libigl) when deleting everything before, solved the issue. I guess there is some leftover when trying to compile over a version before the...

Yes. Directional does not implement MIQ for fields (there are newer alternatives with the same functionality such as power fields), but there is MIQ integration.

The following is currently operational (Master branch) and implements classical MIQ iterative rounding integration: https://avaxman.github.io/Directional/tutorial/#502-mixed-integer-parametrization A version that guarantees local-injectivity is working and is underway to replace the above soon:...

Yes, Directional is coming up with a full meshing package (subject to CGAL dependncy) and it will have the option to leave the boundaries intact (producing non-quad faces) or trim...

I am considering making the locally-injective property also be optimized for the initial solution (translation: getting a seamless not-yet-integer parameterization), instead of having it as a requirement. The requirements---in that...

Yes, though Directional also takes care of combing. It will also tell you if the field is not order preserving (cross fields are). Amir. > On 14.08.2020, at 05:03, Rafael...

Yes, Directional has a field->parameterization package now. It’s not guaranteed to be robust if the field is non-integrable though, but it preserves the original mesh and produces any polygonal mesh...

I noticed this as I struggled to retrieve the camera parameters (for instance, to export rendering file for POVRay). It would be nice to get a function that returns them.

I was able to reproduce. Looking into it.

Yes, there is something wrong (I knew it for a long time, but so far it worked on most meshes) in the way I separate boundary from generator cycles. I...