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

Rendering just edges and vertices, independent of faces #48

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

Mokshit06
Copy link

This PR adds the ability to render edges and vertices in fold files that don't necessarily have faces defined by decoupling the vertices & edges from faces in data structure of model. Takes #47 as the starting point. Should close #10

@Mokshit06
Copy link
Author

It actually looks like this change makes so that the edges & vertices on a face behind the current one are not "covered"/dimmed by the face above it.
Current behaviour:
Screenshot 2023-10-26 at 10 47 36 PM

Updated behavior:
Screenshot 2023-10-26 at 10 47 47 PM

Maybe we should then keep the previous code for grouping edges & vertices under a face in case faces_vertices are present, and only decouple if they aren't

@Mokshit06 Mokshit06 marked this pull request as draft November 10, 2023 15:36
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.

Rendering just vertices and edges
1 participant