Edit of asset "Line Renderer" Accepted

Old/Current New/Edit
Title Line Renderer Line Renderer
Description A GDScript implementation of a line renderer in Godot 4.0, useful for rendering cylindrical volume such as lasers, trails, etc. Based on the Godot 3.0 version by @dbp8890 at https://github.com/dbp8890/line-renderer, which is based on the helpful C# implementation by @paulohyy at https://github.com/paulohyy/linerenderer and added some additional features such as UV tiling and a .tscn file for ease of use.

To use, simply download and unzip the folder, which contains a demo project. If the demo project is not needed, the LineRenderer subfolder can be copied directly into the Godot project.

Drag and drop the LineRenderer.tscn scene into the project, and you should see a line!

To edit the line's points, simply edit the points member variable of the line renderer, and add/remove points from the array (see demo project for details). This can also be done via the editor in Godot.
A GDScript implementation of a line renderer in Godot 4.0, useful for rendering cylindrical volume such as lasers, trails, etc. Based on the Godot 3.0 version by @dbp8890 at https://github.com/dbp8890/line-renderer, which is based on the helpful C# implementation by @paulohyy at https://github.com/paulohyy/linerenderer and added some additional features such as UV tiling and a .tscn file for ease of use.

To use, simply download and unzip the folder, which contains a demo project. If the demo project is not needed, the LineRenderer subfolder can be copied directly into the Godot project.

Drag and drop the LineRenderer.tscn scene into the project, and you should see a line!

To edit the line's points, simply edit the points member variable of the line renderer, and add/remove points from the array (see demo project for details). This can also be done via the editor in Godot.
Category 3D Tools 3D Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/LemiSt24/line-renderer/ https://github.com/LemiSt24/line-renderer/
Issues Url https://github.com/LemiSt24/line-renderer/issues https://github.com/LemiSt24/line-renderer/issues
Godot version Godot 4.0 Godot 4.0
Version String 1.0 1.0
Download Commit 248f21354a49f885d9a5027e64bda45a6a0ac062 248f21354a49f885d9a5027e64bda45a6a0ac062
Download Url (Computed) https://github.com/LemiSt24/line-renderer/archive/248f21354a49f885d9a5027e64bda45a6a0ac062.zip https://github.com/LemiSt24/line-renderer/archive/248f21354a49f885d9a5027e64bda45a6a0ac062.zip
Icon Url https://raw.githubusercontent.com/dbp8890/line-renderer/master/icon.png
https://raw.githubusercontent.com/dbp8890/line-renderer/master/icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/dbp8890/line-renderer/master/linerendererdemo.gif
Thumbnail