Paolo Cignoni

Results 30 comments of Paolo Cignoni

Can you share a mesh on which you are experiencing this issue? Best

Ok, two comments: first you can try also to check the "planar simplification" option. Then, eventually, if you do not want to share the files publicly you can just send...

true. Actually this is a design quirk that is a leftover. Before introducing the **_manipulator editing tool_** this filter was used to have a bit of interactivity when translating. I...

Controlled simplification that respects [hausdorff distance](https://en.wikipedia.org/wiki/Hausdorff_distance#Applications) can easily implemented with a very small pymeshlab script : ``` import numpy as np import pymeshlab as ml ms = ml.MeshSet() ms.load_new_mesh("laurana50k.ply"); #...

Can you provide an example file? can you try (at your own risk :) ) the prerelease builds? you can found them here: - dmg for osx: https://github.com/cnr-isti-vclab/meshlab/releases - portable...

I see that the model has a very low geometry resolution (just 170k faces) and a huge set of highly fragmented, badly packed textures (70 png with 16 8k x...

Initially we planned to include a "open from web feature" but actually it is not possible in a pure client based solution due to [Same-origin_policy](https://en.wikipedia.org/wiki/Same-origin_policy); in short a web browser...

I re-opened the issue given the interest in the topic. Give a look at these commits: https://github.com/cnr-isti-vclab/meshlabjs/commit/fd9245dbd2f026ef5357dbd55e78294d0d2d6253 https://github.com/cnr-isti-vclab/meshlabjs/commit/7b87ccaab4b0607fd2755275db45dca3b54b207f Re adding this load-from-web support should be not too complicated. I am...

Ok, that can be done. We already have a rudimental "run at startup" api that will hopefully expanded. The following url show an example of this api. http://www.meshlabjs.net/?filterName=Create%20Noisy%20Isosurface

Create Noisy Isosurface is a filter