godot-voxel_line
A Simple plugin for creating voxel lines. (WIP)
Example:
var node : VoxelLine = VoxelLine.new()
add_child(node)
...
node.voxel_line(Vector3(0, 0, 0), Vector3(0, 8, 16), 1.0, Color.CYAN)
...
node.voxel_circle(Vector3(0, 0, 0), 7.0, 1.0, Color.CYAN)