Page 1 of 1

Procedural rust on metal where dirt texture is

Posted: Wed May 08, 2024 2:58 pm
by coilbook
Hi,
Does anyone have any samples scenes where procedural rust can be added to cars, etc similar to octane dirt material? Unfortunately, dirt material is too smooth and doesn't look like rust chunks. Thank you!

Re: Procedural rust on metal where dirt testure is

Posted: Wed May 08, 2024 7:39 pm
by skientia
Plugging a noise texture with personalized parameters (aimed at the type of desired result) into the texture slot of the Dirt or Curvature material will yield what has been described in this post.

If not familiar with procedural noise, it may take a moment to "grasp" how it works and the virtually endless possibilities achievable (grunge, dirt, mud, even fabric and thin coat imperfections, and much more).

Other techniques using procedural noise (or seamless texture files) are also worth to consider, such as
- triplanar (demonstrated here in a semi-procedural wheel tire shading)
- falloff node in "normal vs. vector 90º" and playing with the parameters (change the directions, spread etc) e.g. for dust
- sine wave node
and so forth.

Here is an example from the Octane Documentation.

There should also be some relatively reliable informative videos online.

Re: Procedural rust on metal where dirt testure is

Posted: Fri May 17, 2024 1:05 am
by coilbook
skientia wrote:Plugging a noise texture with personalized parameters (aimed at the type of desired result) into the texture slot of the Dirt or Curvature material will yield what has been described in this post.

If not familiar with procedural noise, it may take a moment to "grasp" how it works and the virtually endless possibilities achievable (grunge, dirt, mud, even fabric and thin coat imperfections, and much more).

Other techniques using procedural noise (or seamless texture files) are also worth to consider, such as
- triplanar (demonstrated here in a semi-procedural wheel tire shading)
- falloff node in "normal vs. vector 90º" and playing with the parameters (change the directions, spread etc) e.g. for dust
- sine wave node
and so forth.

Here is an example from the Octane Documentation.

There should also be some relatively reliable informative videos online.
Thank you!