Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STLReader and ORJReader parsing obj file with incorrect number of points[Bug] #3052

Open
luchen666 opened this issue Apr 3, 2024 · 0 comments
Labels
module: I/O type: bug 🐞 Errors in functionality

Comments

@luchen666
Copy link

Bug description

ORJREADER parses more points in the obj file than in the obj file, as well as in the c++parsed and meshlab software displayed;
The stl file also has a problem of a large number of duplicate points

Steps to reproduce

demo

Detailed Behavior

No response

Expected Behavior

1.NumberOfPoints is the actual number of points, without a large number of duplicate points;
2. Expect a clean method to clear duplicate points

Environment

  • vtk.js version: 30.2.0
  • Browsers: chrome
  • OS:
@luchen666 luchen666 added the type: bug 🐞 Errors in functionality label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: I/O type: bug 🐞 Errors in functionality
Projects
None yet
Development

No branches or pull requests

2 participants