You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present we are plotting ln(VRmax / VR) for the depth test. This doesn't work if VR is negative.
VR = 100(1 - E) = 100(1 - int(d-s) / int(d))
Let's instead plot ln(E/Emin) -- I think this will solve the problem, since E is always positive.
The text was updated successfully, but these errors were encountered:
At present we are plotting ln(VRmax / VR) for the depth test. This doesn't work if VR is negative.
VR = 100(1 - E) = 100(1 - int(d-s) / int(d))
Let's instead plot ln(E/Emin) -- I think this will solve the problem, since E is always positive.
The text was updated successfully, but these errors were encountered: