[NodeMaterial]: Passing array of floats as uniform

Hey,

I’ve been working with Three’s NodeMaterial suite quite a lot lately, but I’m struggling to figure out how to pass an array of floats as uniform to a Node. I can’t find any Node which has this functionality - or am I perhaps missing something?

1 Like

Such an input node does not exist yet. There is FloatNode but the class only accepts single float values.

It’s best to make a feature request at GitHub for this.

1 Like