I'm looking for the script that toggle between backface and occluded modes, to switch between them by on hotkey.
on first press:
$.ignoreBackfacing = on
$.ignoreOccluded = off
on second press:
$.ignoreBackfacing = off
$.ignoreOccluded = on
Can't handle it by myself