Overhaul depth preview rendering:

* Replace Jet color map with grayscale
* Added Shift + \ hotkey to toggle preview
* Added Shift + [, Shift + ] hotkeys to change contrast
* Added Shift + ;, Shift + ' hotkeys to change offset
This commit is contained in:
Paul Chote
2021-07-25 00:28:29 +01:00
committed by reaperrr
parent 91c5f2cabe
commit 962d6496bd
9 changed files with 342 additions and 31 deletions

View File

@@ -21,3 +21,23 @@ ProductionTypeAircraft: U
PowerDown: X
Description: Power-down mode
Types: OrderGenerator, Player
DecreaseDepthPreviewContrast: LEFTBRACKET SHIFT
Description: Decrease Contrast
Types: DepthDebug
IncreaseDepthPreviewContrast: RIGHTBRACKET SHIFT
Description: Increase Contrast
Types: DepthDebug
DecreaseDepthPreviewOffset: SEMICOLON SHIFT
Description: Decrease Offset
Types: DepthDebug
IncreaseDepthPreviewOffset: QUOTE SHIFT
Description: Increase Offset
Types: DepthDebug
ToggleDepthPreview: BACKSLASH SHIFT
Description: Toggle Preview
Types: DepthDebug