chunky-dev / chunky-dev/chunky
Camera#getWorldSize uses outdated Chunk.Y_MAX (256)
Open
bug
- Dominant language
- Java
- Stars
- 738
- Forks
- 78
- Avg merge
- 10h 5m
- Merged PRs (30d)
- 3
Description
This is a possible cause of the parallel projection clipping issues on worlds taller than 256
Contributor guide
Research direction
Start by reading Camera#getWorldSize and the definition of Chunk.Y_MAX. Reproduce the parallel-projection clipping behavior with a world taller than 256, then verify that world-size calculation no longer relies on the outdated height limit and that clipping is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100