Heightfield wrangle: get @mask from second input?

   2992   3   1
User Avatar
Member
1012 posts
Joined: April 2017
Offline
Hi!

I made an @mask in a wrangle and connected it to the second input of another wrangle. I'm trying to get the mask using a detail expression but it doesn't work.

How can I get the mask from the second input?

Thanks.

-Olivier

Attachments:
HF_noise_detail_func.jpg (104.0 KB)

User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
interesting, I also would like to know.

I guess a workaround would be to rename the second mask and merge it in the main stream.
Then do your operations in the wrangle with @mask and @mask2
User Avatar
Member
1 posts
Joined: Dec. 2018
Offline
@mask = volumesample(1,“mask”,@P);

use instead of , and last parameter should be @P

Good luck!
User Avatar
Member
1012 posts
Joined: April 2017
Offline
Ahhh!

Thanks a lot!

-Olivier
  • Quick Links