Is there any way to make the texture of a ribbon particle tile without being affected by the length of the ribbon itself?
As it stands, ribbon particles map the material from the start to the end of the ribbon. You can change the amount of times it’s tiled using TexCoord functions in the material, but it still ends up being sort of dragged along by the emitter and stretches whenever the emitter moves too fast.
What I’m going for is an effect where the material has a set scale and will tile as many times as it needs to along the length of the trail to create a long but unstretched smoke trail. This isn’t an actual smoke trail here, but the modded player trails from Counter Strike are a good example of what I mean.
http://files.gamebanana.com/img/ss/sprites/538a3fea7005c.jpg
The texture used to make the trail does not stretch across the entire length of the trail itself, instead it just tiles forever along it.
Is there any way to get this behavior for the ribbon? It’s still mapped to the mesh of the ribbon itself, but tiles after a set length?
I hope I was able to explain this well enough that it actually makes sense, I’d really appreciate some help with this, thanks.