Skip to content
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

[ME] Add toggle for UpdateWhenOffscreen MeshRenderer property #234

Merged

Conversation

RikkiBalboa
Copy link
Contributor

Some MeshRenderers like to suddenly dissapear when partly off-screen. This property can be set in the mod itself, but some mods don't test if it's needed or not I guess. So useful to have when you do encounter such an item/accessory/clothing/etc.

Only shows on renderers that are MeshRenderers

@ManlyMarco
Copy link
Contributor

I believe this is only a problem if the mesh has a messed up bounding box. The mod itself should just have the bounds fixed instead of making it update off-screen, but this works fine as a fix for a broken mod.

@ManlyMarco ManlyMarco merged commit 2f31aa2 into IllusionMods:master Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants