Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How is Apple's fabric texture generated?

Tags:

textures

Apple uses this texture in a lot of its products now:

enter image description here

And here's a closer look:

enter image description here

You can see that it's not just a bunch of lines: there's an element of randomness to it. Generally speaking, how can this be accomplished? I'm not interested so much in the implementation as I am in the concept. I've looked online, but couldn't find any hints. If the concept is too broad to be fully covered here, I'd be very happy with some reading material.


1 Answers

The techniques that you should look into are called texture synthesis and procedural texture generation. In the literature there are many algorithms that can generate a randomly but realistically looking texture based on a sample texture (e.g., a photo of a rock, marble or other material) or based on input parameters (amount of randomness, structure of the texture, et cetera). Some algorithms are pretty amazing in what they can accomplish.

like image 184
Simeon Visser Avatar answered Jan 25 '26 19:01

Simeon Visser



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!