bbarker / BlockSmith

BlockSmith is currently an experiment in the ways of MineCraft-like voxel games.
Mozilla Public License 2.0
0 stars 1 forks source link

Block placement doesn't always work #8

Closed bbarker closed 7 years ago

bbarker commented 8 years ago

I haven't yet been able to understand exactly when it doesn't work; more testing required to see if there is a pattern.

bbarker commented 7 years ago

Selection (cross-hair) now works on blocks outside of origin chunk due to corrected implementation/use of openGLCoordinatesForBlock.

bbarker commented 7 years ago

Fixed in 9ec1b76a53fb9ee00d711f80bdad467e00d62ddc, though it seems rending blocks places in some chunk is still an issue, but further work needed to make debugging rendering tractable.