gitextract_2dp5sfum/ ├── .gitattributes ├── .github/ │ └── FUNDING.yml ├── GPUTrail3D.gd ├── Godot.gitignore ├── LICENSE ├── README.md ├── defaults/ │ ├── curve.tres │ └── texture.tres ├── gizmos/ │ └── gizmo.gd ├── plugin.cfg ├── plugin.gd └── shaders/ ├── custom_example_alpha_erosion.gdshader ├── custom_example_blank.gdshader ├── gputrail_lib.gdshaderinc ├── trail.gdshader └── trail_draw_pass.gdshader