Nokorpo / LibreAim

Free and open source FPS aim trainer made with Godot.
https://discord.gg/u2Hm8sMagF
Apache License 2.0
71 stars 14 forks source link

Use Compatibility rendering method instead of Forward+ #27

Closed antimundo closed 3 weeks ago

antimundo commented 1 month ago

Use Compatibility rendering method instead of Forward+ link to documentation.

As the name suggests, Compatibility is more compatible with old hardware, and it allows for Web exports and more use cases in general. It will also provide a nice performance boost on old hardware.

Some things might break when switching to Compatibility mode, like the bullet Decals. To close this pull requests, all things should work exactly the same including the decals. And the before/after performance should be tested.

antimundo commented 3 weeks ago

Done in 0b7e8b8