LostArtefacts / TRX

Open source re-implementation of Tomb Raider I and Tomb Raider II, along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
581 stars 36 forks source link

OG bug: "Perspective" Setting does nothing #112

Open Raildex opened 3 years ago

Raildex commented 3 years ago

The "Perspective" setting currently does nothing. Turning On/Off doesnt change behaviour of texture perspective correction.

rr- commented 3 years ago

Can you provide screenshots where you can see this effect and the expected visual outcome? @Raildex

Raildex commented 3 years ago

well, i dont know the purpose of "Perspective". i only know that it does nothing. my assumption is that it enables perspective correction for texture mapping. but it is turned on anyway.

Here is a comparison between No/Perspective Correction for texture mapping: 2021-04-07_1 2021-04-07_2

rr- commented 2 years ago

Actually it's because of glrage that does not respect this flag.

rr- commented 2 years ago

I'd like to change this setting to do something else, for example switch between various shaders or something.

rr- commented 2 years ago

Actually this should be made to support #354.