In the _binduniform method in m.gl.js, the data.size variable is never checked to determine whether or not the value being uploaded should be an array; rather it just assumes that data.size is 1.
Rather, it should check to see if data.size is greater than one and bind accordingly.
In the _binduniform method in m.gl.js, the data.size variable is never checked to determine whether or not the value being uploaded should be an array; rather it just assumes that data.size is 1.
Rather, it should check to see if data.size is greater than one and bind accordingly.