![]() |
Cover surface in random manner - 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: Cover surface in random manner (/thread-4086.html) |
Cover surface in random manner - GreenDK - 02-07-2024 Hi all. I am trying to cover selected polygons on a surface with surface aligned particles. In this case some barnacles. How do I make the particles cover the surface while touching eachother AND be randomly rotated in Z-axis? Right now the particles either overlap or are to far from eachother and have same rotation. Thank you ![]() RE: Cover surface in random manner - tyFlow - 02-07-2024 For the random rotation you'll want to put the Rotation operator after the Position Object operator, and add divergence along the particle's Z axis. For preventing overlap, use a Fuse operator. RE: Cover surface in random manner - GreenDK - 02-08-2024 (02-07-2024, 02:34 PM)tyFlow Wrote: For the random rotation you'll want to put the Rotation operator after the Position Object operator, and add divergence along the particle's Z axis. Nice, I will try. Should the Rotation Orientation still be "Random 3D"? RE: Cover surface in random manner - GreenDK - 02-08-2024 (02-07-2024, 02:34 PM)tyFlow Wrote: For the random rotation you'll want to put the Rotation operator after the Position Object operator, and add divergence along the particle's Z axis. Nevermind earlier post. I got it working with Rotation set to Inherit Previous. Still need to fiddle with the Fuse settings, since some of the particles are either overlapping or to far aparts. Thank you, Tyson <3 |