public void SetMinMaxFilter(float min, float max) { pointData.minFilter = min; pointData.maxFilter = max; pointData.FilterChanged(); }