Skip to content

tcmug/godot_trailmesh

Repository files navigation

NOTE! I've forked this to a version which has a much better name (same license, etc.): godot_vaportrail

Expect no further development or releases in or from this repository.

trailmesh-logo

TrailMesh allows you to add 3D trails via an emitter (TrailEmitter), have the shape defined by a curve and colored with a gradient.

Used to implement continuous trails, where an emitter is attached to a physics body which leaves a trail behind when it is moved (for example missile or airplane trails).

Caveats:

  • Does not yet work in editor
  • Visibility is a bit buggy
  • Editor missing UI hints
 trails trails2

Getting Started

  1. Add the trail emitter as a child of the object. This could be a ship, a character, a sword, or a projectile.

nodetree

  1. In the inspector, set the GeometryNodepath to some parent of the object. Usually, this will be your root node for the scene.

emittersettings

  1. Move the object during

basic-example

Setup implementation from: https://github.com/godotengine/godot-cpp-template

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors