How to duplicate same material

Hi i am trying to duplicate the highlighted part

Like i want to give input Suppose 5 then it needs to duplicated 5 times in circular manner

is it possible to do in materials ?

if yes please give me suggestion like how can i proceed

hey there.
just duplicate your circle function with different settings and add them together :

How can we calculate the center position automatically for RadialGradientExponential based on input we gave inside

hey there here it is :

how it works :
circle center and radius to define our virtual circle.
then calculate positions on that circle using maths : (x0 + r cos theta, y0 + r sin theta)
a offset the position of your radialgradientexponential with the result. and it works :slight_smile: