Yesterday I asked this question, but now I am unsure if it's even possible?
I can see that the uniform fv is used to send a float array that can be used as a type in the shader, like "float color[4]". But what I need is to send a bunch of data of the same type "ofVec2f point[x]"
Is this possible?