Place particles / geo on other particles and bind it to their surface - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Place particles / geo on other particles and bind it to their surface (/thread-2938.html) |
Place particles / geo on other particles and bind it to their surface - pikok - 02-18-2022 Hi I'm having trouble spawning particles on other particles and binding it to their parent surface. I'm giving birth to some moving spheres and spawning smaller spheres on the surface (like droplets) using spawn on surface. I'm then piping those spawned particles to a particle bind event where I bind them to the parent, but obviously it's a wrong approach because all sorts of strange things happen. Another problem is that spawned particles are not always exactly aligned with the surface. How best to approach this to retain the elasticity and interactivity? Thanks! EDIT**** Nevermind, I figured it out with set target to parent and link to target! RE: Place particles / geo on other particles and bind it to their surface - tyFlow - 02-18-2022 Glad you got it! Set Target/Link to Target is indeed the correct approach. |