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

Hexagonal plane simplification #119

Merged
merged 3 commits into from
Oct 17, 2023
Merged

Conversation

ManevilleF
Copy link
Owner

Closes #118

Work done

Optimized mesh generation for hexagonal planes, now using

  • 4 triangles
  • 6 vertices
    Instead of:
  • 6 triangles
  • 7 vertices

Before:
Screenshot 2023-10-17 at 09 59 24

After:
Screenshot 2023-10-17 at 10 01 45

@ManevilleF ManevilleF added this to the 0.11.0 milestone Oct 17, 2023
@ManevilleF ManevilleF added enhancement New feature or request optimization labels Oct 17, 2023
@ManevilleF ManevilleF marked this pull request as ready for review October 17, 2023 08:06
Copy link
Collaborator

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much nicer geometry!

@alice-i-cecile alice-i-cecile merged commit 209549b into main Oct 17, 2023
9 checks passed
@ManevilleF ManevilleF deleted the feat/mesh_simplification branch February 5, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mesh can be simplified
2 participants