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?
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?
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.