How to create a color RGB texture?

Hi!

Please tell me if there are any programs in the world with which I can create such textures for shaders? :slight_smile:
With different resolutions and the right coloring.

Thanks!

Those just look like three different perlin / “cloud” noises packed into different color channels of the texture. I make different versions of those in Photoshop / Gimp / Krita for basically every project I work on.

1 Like

Thanks! That is, I just create perlin noises and throw them into the image channels? And where can I create different noises? Is there such a program? Or should I create noises, for example in Maya/3DS Max or with some Photoshop filters?

Photoshop calls it cloud noise.

1 Like

Thanks! I will try. The question is closed. :slight_smile: Filter–>Render–>Clouds

just adding quick free alternative, works in browser (same Filter/Render/Clouds)

*probably needs power of 2 image size, to have seamless pattern

1 Like

Sorry for the noob question, but how to make the noise tileable?:sweat_smile:

at least power of 2 resolutions seems to work, like 256x256, 512x512 and more…

1 Like

Photoshop’s cloud noise is tileable by default, if you use have a square image. (I don’t know anything about Photopea to know if it works the same way.) However most other applications will not produce tileable noise, and Photoshop’s cloud filter is somewhat unique in as almost nothing else Photoshop does attempts to be tileable. In fact if you apply almost any other Photoshop filter to the cloud noise it’ll produce something that no longer tiles.

My trick is I make a cloud noise, increase the canvas size by 200% and copy it into all 4 quadrants of the texture. Then I apply the filters I want and crop back to the original size. Most of the time that produces a still seamlessly tiling image. If it doesn’t then I fall back to the old school “how do you make a seamlessly tiling image” which basically means hand painting away the seams using the stamp tool and/or fancy edge blends.

The alternative is to use something like Substance Designer, which has a ton of tools for making seamless noise built in. If you have a 3D modelling tool a trick to making seamless textures from 3D noise is to bake textures off of a torus.

2 Likes