I'm volume rendering some data, and wish to set a clipping range on the camera. Using vtkCamera::SetClippingRange() works, until I move my position, in which case the Clipping planes appear to be reset. How can I set the clipping range such that it is a constant distance from my position? Thanks, David