Hi, anybody knows how to do a triangulation? So, say I have sets of points (maybe from a particle system) I then able to connect all of them to form sets of triangle. I thought this should be quite trivial, but then, I might be wrong.
Thanks
Hi, anybody knows how to do a triangulation? So, say I have sets of points (maybe from a particle system) I then able to connect all of them to form sets of triangle. I thought this should be quite trivial, but then, I might be wrong.
Thanks
You could try the add sop and set it to polygons…this should connect points with lines based on point order…you can sort the points randomly to change it up.
ah yes. I actually had the same thing after I posted this question. I figured that by using SOP to DAT and DAT to SOP combo, I have more option to tweak. But anyway, that might just be me, I’m kinda confused with the concept of group, which is used by the Add SOP.
Anyway, for completion, here’s what I ended up with. Definitely something that I can use for future project
triangulation.1.toe (7.1 KB)