mchaptel

Results 20 comments of mchaptel

disabling shadows in VATS "fixes" it while a better solution is found: https://github.com/llde/TESReloaded10/pull/87/commits/fdec640cb8cd3dca01541610bcc17850b796d514

Comment on the discord: > about that issue with the disappearing specular. i recently discovered that turning on the pipboy light would bring the specular back on. very weird.

Also a place to test has been recommended: near the novac fast travel point, the main character lose specular when moving forward and gains it back by moving backwards

![20221029_02 13 39](https://user-images.githubusercontent.com/5107178/201105453-37ca4874-95c0-43bf-8b74-de5fac7cef8a.jpg) ![20221029_02 13 29-1](https://user-images.githubusercontent.com/5107178/201105485-4b7a99f8-e169-4f52-aac6-77fce08cb485.jpg)

![20221102162507_1](https://user-images.githubusercontent.com/5107178/200161739-d0a32ef3-66f3-420b-a359-e526d2f2940c.jpg) Screenshot from latest beta

![ScreenShot0](https://user-images.githubusercontent.com/5107178/200123706-55f8f01a-90d7-43ee-9e4d-9fd901f260e0.jpeg) Maybe a different bug? This is the missing texture and it also looks like the reflection is drawn at the wrong level?

Apparently, it's a conflict with nvhr

VSM actually have a big issue linked to light bleeding. A nice simple alternative is ESM, exponential Shadow Maps (as seen in https://developer.download.nvidia.com/presentations/2008/GDC/GDC08_SoftShadowMapping.pdf) They only require a simple depth map...

after some tests and implementing https://github.com/llde/TESReloaded10/pull/87, turns out that using those algorithms doesn't produce as nice results and causes more problems. Fixing shadows inside required instead to properly account for...

Function used by NVR: ![image-3](https://user-images.githubusercontent.com/5107178/200124951-bd1a0cba-51d8-4eed-89f0-9f4646decaab.png) Function decoded in JIP ![image-2](https://user-images.githubusercontent.com/5107178/200124952-459cbc9d-e69b-42a2-81ae-8b8f041d585c.png) ![image-1](https://user-images.githubusercontent.com/5107178/200124953-08416321-5b0b-4247-b7bb-232440be9b1b.png)