Seeking Assistance: Creating a Gradient, Noise-Animated Material

I’m working on a project to create a material that merges three colors (at the same time) in a gradient style, similar to popular animated 3D website backgrounds.

I also want to add an animated noise effect. Below is an image showing what I’m aiming for, along with a link to my current node material editor progress.

Any advice or examples would be immensely helpful!

Current PG: Babylon.js Node Material Editor

Hello! My take on this idea: Babylon.js Node Material Editor (babylonjs.com)

I used two Simplex Perlin noises and mix them in sequence to create the alternance in colors.

4 Likes

You’re the best!