I’ve been implemented ribbon trail on Urho3D and made a pull request.
My implementation consists of two types of trail, face camera and bone type. Face camera trail is always facing camera just like billboard. Bone trail will emit trail between child and it’s parent, it’s pretty useful for sword slashing effect. Also, I’ve been adding column option too to minimize artifacts.
Face camera trail:
Bone trail: