Struggling to join primitives of the same mesh

   577   2   1
User Avatar
Member
10 posts
Joined: March 2019
Offline
Try creating a polygon tube with 6 sides. Close the caps. Then check how many primitives you have.

If you’re like me you have more than one, and for me, this is stopping further progress down the line.

How can you join all primitives into one primitive? I used the pack node and fuse (which is redundant in my case), bit using the voronoi fracture later on yields a piece for every single face of every single broken chunk, so when I later do a for each primitive loop containing a primitive properties node (which I use to transform each piece), each individual face is scaled down separately, not each individual broken chunk like you’d expect.

Will post screenshots of needed

Please help.

Thanks.
User Avatar
Member
2637 posts
Joined: June 2008
Offline
Sound like it's working exactly as intended. If you want only a single primitive, try dropping down a join node at the end. It will look like crap, however.
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
User Avatar
Member
143 posts
Joined: June 2024
Offline
you are confused.
Primitives are polygons - there should be many of them.
Pieces are a set of polygons/primitives that are united by one name in the attribute "name", "piece" or some other. Accordingly, some nodes create these attributes as a result of their work, or you create them yourself. Other nodes expect that you specify such an attribute by which they will determine what is a piece.
Packed is used to hide all the geometry behind one point. This is a completely different opera for other purposes.
  • Quick Links