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

Support heightmap mesh generation #168

Open
rsrasmu2 opened this issue Apr 16, 2024 · 1 comment · May be fixed by #170
Open

Support heightmap mesh generation #168

rsrasmu2 opened this issue Apr 16, 2024 · 1 comment · May be fixed by #170
Labels
enhancement New feature or request
Milestone

Comments

@rsrasmu2
Copy link

Is your feature request related to a problem? Please describe.
There's currently no easy way to build a hexagonal heightmap mesh using Hexx. My solution right now uses the ColumnMeshBuilder to create individual hexagon columns, but that generates geometry for all six sides regardless of whether the sides are ever actually visible.

Describe the solution you'd like
Add the ability to generate a single heightmap.

Describe alternatives you've considered
Modify ColumnMeshBuilder to allow each side to have an individual height, including a height of 0. This would give users a bit more control over heightmap mesh creation at the cost of a small bit of added complexity.

@ManevilleF ManevilleF added the enhancement New feature or request label Dec 3, 2024
@ManevilleF ManevilleF added this to the 0.20.0 milestone Dec 20, 2024
@ManevilleF ManevilleF linked a pull request Jan 1, 2025 that will close this issue
@ManevilleF
Copy link
Owner

Hi @rsrasmu2 I have an open PR #170 which brings a new heightmap builder which should fit your use case.

Could you try it out and give some feedback ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants