Grouping primitives hit by a ray operator

   1449   1   1
User Avatar
Member
17 posts
Joined: May 2016
Offline
Hello guys,

Any tip about how archive this ? (Grouping primitives hit by a ray operator)
The ray operator returns me the primitive numbers that have been hit (hitprim point attribute),
but can't find a way to group those primitives.

Thanks for any help on this !
Edited by PascalBkm - Jan. 23, 2017 15:03:24

Attachments:
HitPrim.hip (87.8 KB)

User Avatar
Member
421 posts
Joined: Feb. 2012
Offline
you can use the Group by expression and just add the attribute @hitprim
That should work
  • Quick Links