hcebke / libQEx

The Robust Quad Mesh Extraction Library
GNU General Public License v3.0
105 stars 36 forks source link

demo_minimal_c not working #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

I was able to get OpenMesh and libQex to build just fine, but when I try to run demo_minimal_c the only output I get is

Got the following output quad mesh:

I modified the source file to print quadMesh.quad_count and I get

quadMesh.quad_count = 0

hcebke commented 7 years ago

I committed what I believe should be a fix for your problem. (I'm actually surprised this issue didn't blow up into my face much sooner.) Could you confirm this fix?

ghost commented 7 years ago

I pulled the change and recompiled and now I get

Got the following output quad mesh: Face 0: 3 (1.000000, 0.000000, 1.000000), 1 (0.848485, 0.000000, 0.015152), 2 (-0.818182, 0.000000, -0.818182), 0 (0.015152, 0.000000, 0.848485)

Is this what I'm supposed to be seeing?

Thanks,

-- Ryan Viertel

On Tue, Oct 25, 2016 at 3:20 AM, Hans-Christian Ebke < notifications@github.com> wrote:

I committed what I believe should be a fix for your problem. (I'm actually surprised this issue didn't blow up into my face much sooner.) Could you confirm this fix?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hcebke/libQEx/issues/5#issuecomment-255982627, or mute the thread https://github.com/notifications/unsubscribe-auth/ANOjfQovkz-Rkso5RZsonp6POX4u22A4ks5q3cnUgaJpZM4Kfby5 .

ghost commented 7 years ago

I've successfully been able to extract several quad meshes using the command line tool, so I think its safe to close the issue.

Thanks again