Float array in nme custom block

Hello :wave:t4:,

Is it possible to pass a floats array in nme input Parameter for custom block?

No, custom blocks must use the same types than regular blocks (float, vec2, vec3, color2, matrix, etc).

You will have to create a ShaderMaterial or a material plugin if you want to use non standard inputs in your shader code.

Awesome Thanks!