Voxel Line

by foureyedredheadedstepchild

5

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)

Version

1.0

Engine

4.0

Category

3D Tools

Download

Version1.0
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author