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 rendering is not smooth #2

Closed bbarker closed 8 years ago

bbarker commented 8 years ago

Something is causing blocks to not being rendered correctly, though the surface layer is smooth upon startup, but the view seems to be corrupted along the line of sight:

badblocks1

A more close-up view: badblocks2

Certain diagonally oriented views really bring it out strongly (this isn't the best example I've seen but the best I've been able to capture):

badblocks3

bbarker commented 8 years ago

Fixed in 818eccc9c466bb4f43163bc88bc5444a207a1d05

This was due to me messing up parameter initialization in the constructor for GameRenderer.