Page 1 of 1

Random OSL Displace Map

Posted: Thu Nov 18, 2021 2:12 pm
by kcpr-raffaEl
Hi All!!

I've got question - if is possible to randomize Displace using OSL Texture?

Re: Random OSL Displace Map

Posted: Thu Nov 18, 2021 4:01 pm
by paride4331
Hi kcpr-raffaEl,
You can do it using the Chaos texture node.
Regards
Paride

Re: Random OSL Displace Map

Posted: Thu Nov 18, 2021 4:39 pm
by kcpr-raffaEl
Thank You for your answer!

I should be more precise:

I need every instance of object to have different displacement, but based on one texture, which position coordinates and rotation are randomized by OSL Script.

I'm not sure if it's even possible... :?:

Re: Random OSL Displace Map

Posted: Fri Nov 19, 2021 11:59 am
by jobigoud
Per-instance displacement is not supported.

Re: Random OSL Displace Map

Posted: Fri Nov 19, 2021 12:23 pm
by kcpr-raffaEl
Thank You,

That makes everything clear.