1
0
Fork
You've already forked ProjectTallow
0

API Spec - heightmap mapgen #11

Open
opened 2026年04月26日 01:32:32 +02:00 by SumianVoice · 0 comments

Needs to be very self contained. Probably using definitions. This might be where oct-trees come into play for AABB testing, or we just lock the size of images to mapblock bounds (80x).

Easier solution is just to only allow one size of map image. Then the lookup can just be to divide and floor like usual. Otherwise, we'd need to chunk the "where is each image" data and save it in mod_storage.

Needs to be very self contained. Probably using definitions. This might be where oct-trees come into play for AABB testing, or we just lock the size of images to mapblock bounds (80x). Easier solution is just to only allow one size of map image. Then the lookup can just be to divide and floor like usual. Otherwise, we'd need to chunk the "where is each image" data and save it in `mod_storage`.
Sign in to join this conversation.
No Branch/Tag specified
master
experimental
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SumianVoice/ProjectTallow#11
Reference in a new issue
SumianVoice/ProjectTallow
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?