Nokorpo / LibreAim

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

Use Compatibility rendering method instead of Forward+ #27

Closed antimundo closed 5 months ago

antimundo commented 6 months 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 5 months ago

Done in 0b7e8b8