-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objects are being culled when they should not be (1.20.1 forge, 1.7.2) #186
Comments
That's not Entityculling. Either the minecart+chest is gone or neither, not just the minecart. Particles are not touched at all by EntityCulling. The angle is also not used at all, so rotating the camera has 0 impact on what the mod culls or doesn't cull. |
I see. Sorry then, I'll go take a further look to see what's going on. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some objects and particles are culled at certain angles when they should not be. I tested this with other performance mods at the time, namely Embeddium, Canary, Starlight, and ModernFix. Objects and particles at certain angles seem to bug out. For example, minecarts with chests will cull when looked at from certain angles.
The text was updated successfully, but these errors were encountered: