void glUniform4f(int location, double x, double y, double z, double w){ gl.uniform4f(location, x, y, z,w); }