Hi, my name is Matthew 🙋. I am a simple and performant mesh viewer based on nanogui, surface_mesh and openGL. My task is to quickly show surface meshes to view the contents. I also compute basic mesh properties like curvatures and I can remesh and improve meshes. Recently, point cloud support was added. I can now also show point clouds without structure information.
I can read:
- Wavefront (*.obj)
- Mesh (*.msh)
- Object File Format (*.off)
- STL (*.stl)
- Point Cloud Data (*.pcd, ascii only)
The data was generated using this script.
The data was generated from the Hénon map varying the parameter b and keeping a=1.4 constant. It was generated in this script.