Add ambient Occusion to Mekanism blocks
DrParadox7 opened this issue ยท 5 comments
Describe the bug
Mekanism causes tremendous loss of FPS, especially any large scale multiblock such as the Thermal Evaporation Plant.
One of the causes of such is that every single Mekanism block renders all faces at all time which can get quite resource intensive:
This includes blocks such as Charcoal Block and Metal Blocks that may be used by users in large scale buildings, unknowingly decimating their FPS.
To Reproduce
Use some sort of no-clip mod to see all the extra faces being rendered in large scale multiblock structures.
I use Spectator mode from Et Futurum Requiem
I already know this (for years), but i also have to be honest. My java skills are limited and I dont have much time for projects. I will see what i can do
does this only affect mekanism ce or also the original mekanism?
and https://github.com/Bogdan-G/Mekanism has some stuff on render from what i remember, you could look into that
then we need to redo the render, however we can switch the render for the blocks that dont need the fancy one
and https://github.com/Bogdan-G/Mekanism has some stuff on render from what i remember, you could look into that.
Unfortunately none of those commits fixed this issue