Set the float value of the bound uniform.
void set(double x, double y, double z) { _xSlot.set(x); _ySlot.set(y); _zSlot.set(z); }