Show borders around the outline of chunks (voxel.js plugin)
Usage: press F9 ('chunkborder' keybinding) to toggle the outline on or off
Load with voxel-plugins. Options:
showBorders
: if true, will show borders at startup (default false)color
: line color as RGBA float array (default[0,0,1,1]
, solid blue)
Requires voxel-mesher, voxel-shader, and optionally voxel-keys (for the F9 toggle)
MIT