Solved Whitewatersource Foam Bubbles separation

   988   2   0
User Avatar
Member
4 posts
Joined: 4月 2020
Offline
hi i have very noob question related to whitewatersource
in old version of houdini you could find foam and bubbles in separated groups
but now they are in attribute wonder how i can separate them is there any way i can transfer and put them in groups? for render and material purposes
Edited by PaPaBert - 2021年8月23日 09:54:20

Attachments:
Spl.jpg (51.4 KB)

User Avatar
Member
2538 posts
Joined: 6月 2008
Offline
You can use a pointwrangle to form a group from an attribute.
if(@bubble!=0){i@group_bubbles = 1;}
if(@foam!=0){i@group_foam = 1;}
if(@spray!=0){i@group_spray = 1;}
Edited by Enivob - 2021年8月12日 09:49:46
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
User Avatar
Member
4 posts
Joined: 4月 2020
Offline
Enivob
You can use a pointwrangle to form a group from an attribute.
if(@bubble!=0){i@group_bubbles = 1;}
if(@foam!=0){i@group_foam = 1;}
if(@spray!=0){i@group_spray = 1;}

THANKKKKK YOUUU
  • Quick Links