Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Plugin for 3D camera-facing line and trail rendering

License

NotificationsYou must be signed in to change notification settings

Firepal/godot-polyliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Adds 3D line/ribbon mesh capabilities.
Supports Godot 4.1.

Usage

The includedLinePath3D node uses thePath3D node as a source of line segments;you can use it to easily make a smooth line.

How to make a path?Select the `LinePath3D`, then hold Ctrl (Cmd if on a Mac) and click to create points.
To add handles to a point, hold Shift and click-and-drag on a point to add curve handles to it.

The includedLine3D node more or less behaves like the stockLine2D.
Push your line points to it and a line mesh will be automatically generated.

The includedTrail3D node forms a trail. This node will form line segments fromits previous positions. It works in global space, so it works as a child of anotherNode3D.

These nodes render lines in the same manner, and all support the same shaders.

Withinaddons/godot-polyliner/shaders/ is a bunch of ready-made line shaders,from a cylinder facsimile to a full raymarched metal chain or swirling rope,and from a blooming light tube to a swooshing effect.

(don't forget to make your shaders unique before editing them!)

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp