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

HeightMap class: change Point types to TilePos #2386

Open
AaronVanGeffen opened this issue Mar 31, 2024 · 2 comments
Open

HeightMap class: change Point types to TilePos #2386

AaronVanGeffen opened this issue Mar 31, 2024 · 2 comments
Labels

Comments

@AaronVanGeffen
Copy link
Member

The HeightMap class (HeightMap.h/cpp) currently uses a custom Point struct for its coordinates. I think we should move to use the usual TilePos vector type instead.

@ShuraxN
Copy link

ShuraxN commented May 20, 2024

Hey, I would like to work on this issue, but I am not sure what a TilePos vector is and would like if it is defined in the tile.h file.

@AaronVanGeffen
Copy link
Member Author

Thanks for your interest in working on this. The TilePos2 vector type is defined in the World.hpp header.

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

No branches or pull requests

2 participants