Reduce draw calls from gizmos
The gizmos were updating the clipping plane with 0 changes, causing draw calls to happen in response to draw calls. This got out of hand, and was kinda terrible with the new volume rendering that actually taxes the GPU.
I also reduced an assert epsilon, as it was asserting on just slightly over the previous limit occationally.