Starflare Posted November 21, 2018 Share Posted November 21, 2018 Hello! Hopefully this will be a very quick question. Do you know if there's something like the ribbons from Unity3D in BabylonJS? A ribbon is the trail generated between two particles, or as Unity's Documentation says: Quote Draws a line between each particle, connecting the youngest particle to the oldest. I read the documentation on particle systems but I couldn't figure out if this is a thing, and I read something related to Ribbons (not in the particle system part), but I felt it was treated differently and was not referring to the same thing as in Unity. I'll leave a short gif on a super simple example done in Unity. I spawn particles inside a cube and the ribbon is generated between them. Thank you for your time! Quote Link to comment Share on other sites More sharing options...
jerome Posted November 21, 2018 Share Posted November 21, 2018 I don't think such a thing exists, unless it's provided by the very last features about particle helpers. Else, you have to implement it by yourselves a bit like this : http://jerome.bousquie.fr/BJS/demos/trailingParticles.html JohnK and Wingnut 2 Quote Link to comment Share on other sites More sharing options...
Sebavan Posted November 21, 2018 Share Posted November 21, 2018 Nope it does not exist in the new particle system but it is on our Christmas list ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.