You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: