F
Publisher
foureyedredheadedste
Voxel Line 3D
3D
Voxel Line 3D Visual Rendering GDScript Geometry Customizable
A Simple plugin for creating voxel lines.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
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)