Page 1 of 1
random texture position
Posted: Sun Mar 27, 2022 4:40 pm
by A.Lopez
Hi all,
it's possible to avoid the repetition of the pillars map without remapping every single pillar?
thanks,
Roy
Re: random texture position
Posted: Mon Mar 28, 2022 7:29 am
by bepeg4d
Re: random texture position
Posted: Mon Mar 28, 2022 4:01 pm
by A.Lopez
Hi Beppe!
I write in English so it could be useful for all, of course.
About the first link, I've understood I need to have one object subdivided into more objects (but I'm not sure to have well understood...). Anyway is not my case.
About the second link and your OSL, it's GREAT! I'm already using it when I've instanced the same object. But in the pillar case, they are not instances of the same objects but they are all different objects. There is a way to have a random texture position for them too?
Thanks!
Roy
Re: random texture position
Posted: Tue Mar 29, 2022 6:52 am
by bepeg4d
Ciao Roy,
yes there is, if you look at the latest example in the second link, basically you need to assign different Instance ID numbers to your objects:
download/file.php?id=73220
ciao,
Beppe
Re: random texture position
Posted: Tue Mar 29, 2022 12:20 pm
by A.Lopez
Too beautiful to be true! lol
I'm working with Rhinoceros 3d, not Cinema 4d.
How could I assign different IDs as objects attribute as cinema 4d do in your example?
Thanks,
ciao,
Roy
Re: random texture position
Posted: Wed Mar 30, 2022 7:14 am
by bepeg4d
Oops, never tried octane with Rhino
Basically you need to reach the Object Layer node connected to Geometry node, try to have a look at Geometry Live Update:
https://docs.otoy.com/RhinoH/RhinoPlugi ... tryTab.htm
ciao,
Beppe