Paolo Cignoni

Results 30 comments of Paolo Cignoni

Thanks for the sample! A quick workaround is just enabling the "planar simplification" option in the dialog it avoids exactly this kind of issue.

The main idea is that at certain event the js part invokes a cpp function that perform the "hard" part of the task (like for example selecting or reporting the...

There are various info that could be exposed from internal in our old faithful quadric simplifier. What exactly are the birth face in igl::qslim? is it the order in which...

definitely hard to be debugged without an example. Can you try to produce a smaller file reproducing the issue? Try to select just a portion of the mesh, invert the...

To replicate the bug: 1. Create sphere(lev =3) 2. Create Sphere (lev =2) 3. Hausdorff Distance (save sample = true) 4. enable histogram for the samples 5. press the filled...

Some more info please! platform? Browser? gfx hw? Were you running meshlabjs from the released version on the web (e.g. from www.meshlabjs.net ) or the developement/master branch from you own...

Firefox has a number of issues with jquery.ui (see https://bugs.jquery.com/ticket/9805 ) but they do not prevent meshlabjs from working. Moreover I do not see the shader error you refer to....

The correct implementation would be to run the filter processing code inside a web worker http://www.w3schools.com/html/html5_webworkers.asp

Probably it just needs that the emscriptem compiled code is compiled as a webworker http://stackoverflow.com/questions/32291084/minimal-working-example-for-emscripten-webworker

I do not think that this is a reasonable solution. Nobody should modify base libraries as a workaround: this would fail in the inevitable moment someone replace the library with...