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

Revert "Use THREE.LineSegments instead of THREE.Line for edges" #19

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

martinRenou
Copy link
Member

Reverts #9

This PR should be reverted. It was a misunderstanding of how edges provided by OpenCascade works.
The PR would have worked if an edge was a list of two points, but an edge here is a list of undetermined number of points, so THREE.Line makes more sense.

Fix #17

@martinRenou martinRenou marked this pull request as ready for review October 7, 2022 14:25
@trungleduc trungleduc merged commit c9e6d73 into main Oct 7, 2022
@martinRenou martinRenou deleted the revert-9-single_draw_call_for_edges branch October 7, 2022 15:18
martinRenou added a commit to martinRenou/jupytercad that referenced this pull request Dec 6, 2022
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

Successfully merging this pull request may close these issues.

Edges on round meshes seem broken
2 participants