frio Posted November 9, 2023 Share Posted November 9, 2023 Effects->Render->Seamless Simplex Clouds Download: F_SeamlessSimplexClouds.zip Description: Since I make a lot of 3D model textures, basic fractal noise (Perlin, simplex, etc.) is great for natural looking details. The downside is that not many generative effects are seamless and hacking it into seamlessness after generating is messy and rarely works well, so here's a (Open)Simplex noise cloud generator that always creates a tiling texture. The effect appears quite similar to the built in Clouds effect but has slightly different parameters on top of the seamlessness. No blend mode selection here, sorry. The effect is rendered using the primary and secondary colors like Clouds. The clouds are also squished into the image/rectangle aspect ratio to stay seamless, but any rotated or non-rectangular selection won't be properly seamless. Demo image: Settings: Scale: much like Clouds, chooses the base scale. Detail: increases simplex noise octaves (i.e. how many smaller copies of the clouds are added up together), also increases rendering time. Roughness: increases how intense the detail is, has no effect at minimum (1.0) detail. Brightness: biases the colors towards one end or the other. Gamma: kind of like the middle output value on the Levels adjustment. Use static seed & Seed integer: if you want to generate the same clouds on every call, check this and input a number to lock the pattern. Randomize: if static seed isn't in use, randomizes the pattern. Notes: Uses the 4-dimensional OpenSimplex 2S algorithm: https://github.com/KdotJPG/OpenSimplex2/blob/master/csharp/OpenSimplex2S.cs Modified to have Fractional Brownian motion detail adjustment. 4D to 2D seamless adaptation: https://www.gamedev.net/blog/33/entry-2138456-seamless-noise/ 2 3 Quote Link to comment Share on other sites More sharing options...
lynxster4 Posted November 9, 2023 Share Posted November 9, 2023 Thanks for this @frio! I love the brightness slider. I have already used it in a composition. 👍😊 1 Quote My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.