Hello,
I cant figure out how to mix this 2 elements.
Lets say I have an imported .obj (a tree). For the trunk surface I would like to mix :
1) A diffuse bitmap texture, using included UVs coordonate from the .obj
2) A procedural noise, but this time using what I called "world coordonate". (so no uv coordonate, more a volume space one)
The goal is to have some color variation/modulation when I scatter this single tree using a populator node.
For the moment I can mix the diffuse texture with a color function in my default shader , but they are booth using uv of course ... so when I scatter the tree, they all have the same texture pattern.
Listening any idea / suggestion !