I’m trying to make this kind of Minimap by using Material
I want to pass the dynamic Array
cf) struct MycircleStruct
{
float x;
float y;
float radius;
};
and make for each loop in material.
For example I want to make this node dynamically by using Array Input Parameter. How can I do this?? or Other ways to make ther several variable circles?