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

objToMesh should use the buildShape helper #605

Open
martinRenou opened this issue Nov 28, 2024 · 0 comments
Open

objToMesh should use the buildShape helper #605

martinRenou opened this issue Nov 28, 2024 · 0 comments
Milestone

Comments

@martinRenou
Copy link
Member

The function objToMesh: https://github.com/jupytercad/JupyterCAD/blob/main/packages/base/src/3dview/mainview.tsx#L923

is not correctly implemented. It should use the buildShape helper function.
The downside of not using buildShape is:

  • wrong coloring
  • no bounding box for selection
  • no support for clip plane
  • etc
@martinRenou martinRenou added bug PR that fixes a bug and removed bug PR that fixes a bug labels Nov 28, 2024
@martinRenou martinRenou added this to the 3.1.0 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant