Loot Beams: Relooted!

Loot Beams: Relooted!

15M Downloads

Mod causes significant 20 to 40% render performance drop

Kaleidio opened this issue ยท 9 comments

commented

Not sure if optimization routes are available, but I go from 500 fps to 350 fps when an item is rendered. the lower number is with loot beams installed.

commented

Consider utilizing the renderers provided by Better Beacon Effects mod, which brings back the two dimensional texture pillar renderer for beacon beams, which is inherently an optimization. Would require compat code.

commented

Over a year late to this but i recently found the problem. It was due to us not caching tooltips. The "beacon beams" we render are literally 4 raw GL quads, they are as optimized as can be.

I understand you may not have interest in making compat for the renderer, but Better Beacon Effects is only 1 billboarded quad instead of 4.

commented

I can look into backporting it into 1.16, already did it for 1.18

commented

Wow, that's surprising and very disappointing, the mod claims to be faster by using less quad calls on the curseforge page. They must be pulling off the classic effect by overlaying several quads instead of using a shader or texture...I'm uninstalling that mod

commented

Over a year late to this but i recently found the problem. It was due to us not caching tooltips. The "beacon beams" we render are literally 4 raw GL quads, they are as optimized as can be.

commented

Ah understood, that makes a lot of sense as well. Any chance it would get patched for 1.16.5?

commented

eh if i get around to it. 1.16.5 is mostly a dead version for the most part so i've kind of given up with it lol

commented

sadly my modpack is stuck in 1.16.5 due to mod choice so I have no other reason to want this mod back.