Relatively simple just trying to increase saturation.
using
_view.filters3d = [ new HueSaturationFilter3D(2,1,1,1) ];
When doing this, the scene briefly turns green, then goes normal with increased saturation.
If i update or do anything, the whole scene turns green again, and stays that way.
Has anyone used this filter successfully?