View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005427 | The Dark Mod | Graphics | public | 22.11.2020 11:24 | 18.02.2021 15:42 |
Reporter | STiFU | Assigned To | cabalistic | ||
Priority | normal | Severity | normal | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Product Version | TDM 2.08 | ||||
Target Version | TDM 2.10 | ||||
Summary | 0005427: Move Frob-Highlight to GLSL | ||||
Description | Currently, material stages are used to implement frob-highlight, which was a neccessity back when we didn't have access to the engine source-code. This method has various drawbacks: -Writing the frob-highlight stage is easily forgotten -> Errorprone -Frob-Highlight stage can be incorrect -> Errorprone -Obfuscates/clutters up material definition Moving to a GLSL shader avoids these issues and also opens the door for different types of frob-Highlight, as the simple ambient increase also has its drawbacks (you cannot see the frob highlight well in strongly lit areas). | ||||
Additional Information | After moving frob highlight to GLSL, we should also remove the frob-highlight stage from all existing materials and change the wiki accordingly. | ||||
Tags | No tags attached. | ||||
related to | 0003122 | closed | nbohr1more | Add ambient and frobhighlight macros to the material parser |
related to | 0004487 | resolved | Dragofer | Plaster materials missing frob highlighting |
related to | 0005428 | new | Add a different frob-highlight for loot objects to make them better distinguishable from junk |
If the current highlight behavior is retained during the move to GLSL, we should make sure that SSAO is multiplied to the result. The current highlight overrides SSAO shading in most cases. |
|
Duzenko already did some work on this. See the "r_newFrob" cvar and commits 8051, 8052 See also: https://forums.thedarkmod.com/index.php?/topic/19915-208-new-frob-shader/ |
|
Date Modified | Username | Field | Change |
---|---|---|---|
22.11.2020 11:24 | STiFU | New Issue | |
22.11.2020 12:08 | STiFU | Relationship added | related to 0005428 |
30.11.2020 05:11 | nbohr1more | Note Added: 0013050 | |
07.12.2020 18:25 | nbohr1more | Note Added: 0013113 | |
07.12.2020 20:47 | nbohr1more | Relationship added | related to 0003122 |
07.12.2020 21:43 | nbohr1more | Note Edited: 0013113 | View Revisions |
12.12.2020 04:37 | stgatilov | Target Version | => TDM 2.10 |
19.01.2021 20:46 | nbohr1more | Relationship added | related to 0004487 |
18.02.2021 15:42 | stgatilov | Assigned To | => cabalistic |
18.02.2021 15:42 | stgatilov | Status | new => assigned |