View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005843 | The Dark Mod | Coding | public | 17.12.2021 15:37 | 24.01.2022 16:29 |
Reporter | stgatilov | Assigned To | stgatilov | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Product Version | TDM 2.09 | ||||
Target Version | TDM 2.11 | ||||
Summary | 0005843: Dmap computes wrong shadows on version 4 of NHAT | ||||
Description | Dmap precomputes shadow volumes for world geometry. These volumes are shown when r_useOptimizedShadows is enabled and stencial shadows are used. Testing shows that new version of "No Honor Among Thieves" has a lot of broken shadows near the start of the first mission. It seems that they go away if one disabled the aforementioned cvar. It would be great to look into it. | ||||
Tags | No tags attached. | ||||
Once the xmas contest map is done I can take a look and see which light/s or entities have the "r_useOptimizedShadows" on and remove it. | |
No difference on "dmap_compatibility 209" It is quite likely that the issue started happening long time ago... |
|
The issue happens on the kind of lights shown on the screenshot. It seems that it only happens in the starting area (maybe because it has larger coords). I flew around the map and did not find any more issues, even where seemingly the same lights are used. The problem here is the grid occluder, which consists of many thin wires very close to the light source. Dmap processing makes them slightly non-closed, which can have ill influence of the generated shadow volumes. It is still interesting why only precomputed shadows suffer from this problem. The runtime shadows are usually generated with another algorithm (turbo shadows), maybe it is more resistant to problems of occluding geometry. By the way, I saw similar problems on Painter's Wife in the sewers section (large round vertical room with lots of water) happening on the same kind of light source. I think we should get rid of it somehow... is it a prefab? I suppose several workarounds can fix the problem: 1) Convert the grid into model (or better create a brand new model which is perfectly closed). 2) Set "noPrelight" "1" spawnarg on the light entity to stop dmap from precomputing its shadows (runtime generation seems to work fine). |
|
Date Modified | Username | Field | Change |
---|---|---|---|
17.12.2021 15:37 | stgatilov | New Issue | |
17.12.2021 15:37 | stgatilov | Status | new => assigned |
17.12.2021 15:37 | stgatilov | Assigned To | => stgatilov |
17.12.2021 15:40 | Bikerdude | Note Added: 0014595 | |
24.01.2022 16:06 | stgatilov | Note Added: 0014691 | |
24.01.2022 16:26 | stgatilov | Note Added: 0014692 | |
24.01.2022 16:26 | stgatilov | File Added: nhat3_wrong_precomputed_shadow_volumes.jpg | |
24.01.2022 16:29 | stgatilov | Note Edited: 0014692 |