Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Dynamic Chunk loading is off by a bit #88

@jonas-schievink

Description

@jonas-schievink

You can see it quite easily: Just fly above the map and look down while moving. In some directions, chunks are loaded closer to the player, while in others they're loaded farther away.

The chunk positions are just missing an offset so that the position we use for the calculation is in the middle of them instead of being on a corner. Easy fix, just needs a good eye to see if it's fixed. Also a good way to get into how dynamic chunk loading works if anyone's interested.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions