poncascope icon indicating copy to clipboard operation
poncascope copied to clipboard

Update refactoring code, new file loader

Open jmaleo opened this issue 11 months ago • 5 comments

This pull request introduces a new code architecture designed to facilitate the implementation of new features.

Additional updates include:

  • A new file loader that enables users to load PLY files without a Mesh, using only vertex position and normal data. It also allows users to load meshes from other types of extensions, utilizing the read_triangle_mesh.h from libigl.
  • A minor feature: during the computation of a dry run MLS, the program now displays the mean neighborhood size being considered.

jmaleo avatar Aug 04 '23 09:08 jmaleo