Particle Core

Particle Core

2M Downloads

[Question & Bug?]: Culling Doesn't Really Cull???

Fyoncle opened this issue · 6 comments

commented

So technically, when i turn around from particles they cull right, and gives me FPS, but even if i turn around it doesn't give too many FPS.

But if i disable all the particles in the config, now it gets me up to 500 FPS which is what it should be giving when they also culled isn't it?

I don't know much about culling so just curious.

commented

There are no known issues with any of those mods

commented

There are no known issues with any of those mods

Lovely! Am i allowed to have this mod for my modpack called Elysium Days with giving credits on the modpack page?

commented

yes, that would be ok

commented

yes, that would be ok

Thanks! ❤️

commented

With culling, the particles still exist abd all have to be checked for position versus the players view and passed over if they aren't in view (and rendered if they are).

The disable particles setting prevents any particles from spawning at all, so not only is there no rendering time, but no particles to tick, check for collisions, etc.

commented

With culling, the particles still exist abd all have to be checked for position versus the players view and passed over if they aren't in view (and rendered if they are).

The disable particles setting prevents any particles from spawning at all, so not only is there no rendering time, but no particles to tick, check for collisions, etc.

Ah gotcha, thank you ❤️

Also is there any known incompatibility with optimization mods such as:

Sodium
Lithium
FerriteCore
Entity Culling
Indium
ImmediatelyFast
SodiumExtra
Reesee's Sodium Options
ModernFix
More Culling
Krypton
Ennhanced Block Entities
Debugify
C2ME
Noisium
Memory Leak Fix

Or ANY incompatibility not related to optimization mods? Such as Make Bubbbles pop or smt