Closed deathcap closed 10 years ago
See https://github.com/deathcap/voxel-wireframe (originally extracted from https://github.com/mikolalysenko/ao-shader) for an example of showing boundaries around voxels:
gl.drawArrays(gl.LINES, 0, mesh.wireVertexCount)
Toggleable mode to visually show chunk boundaries, mainly for debugging purposes.
voxel-debug can do:
but lines at each boundary could be useful, too. And/or a semitransparent cube covering the current chunk.