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

[BUG] Real Time Shadows Break when there are multiple. #36

Open
ShowinGrowin opened this issue Oct 16, 2023 · 3 comments
Open

[BUG] Real Time Shadows Break when there are multiple. #36

ShowinGrowin opened this issue Oct 16, 2023 · 3 comments
Assignees
Labels
bug Something isn't working system:renderer Indicates that the ticket has some relationship with the renderer. unreproducable
Milestone

Comments

@ShowinGrowin
Copy link

Summary

When you add a real time shadow to more than one object it will break completely once the second object is culled or far from the camera. (basically just turns everything into a black void)

Steps to Reproduce

Use a shadow modifier on an object and enable the "real time shadow" flag. The object must be set up to use real time shadows. (the DYN shadows option in the visual flags)

Screenshots or Videos

Works correctly when rabbid is visible.
Massive visual glitch when rabbid is culled.
Example of shadow modifer

Minor Tweak

I'd also like to request that the shadow resolution be improved if possible. It's noticeably low res by default but would look very nice if it was just a bit less pixelated.

@ShowinGrowin ShowinGrowin added the bug Something isn't working label Oct 16, 2023
@hogsy hogsy self-assigned this Oct 16, 2023
@hogsy hogsy added this to the v0.4.0 milestone Oct 16, 2023
@hogsy hogsy added the system:renderer Indicates that the ticket has some relationship with the renderer. label Feb 1, 2024
@hogsy
Copy link
Owner

hogsy commented Feb 10, 2024

I wasn't able to reproduce this, unfortunately. It could be driver/GPU specific, though.

image

Regarding upping the resolution, I should be able to check that out at least.

@ShowinGrowin
Copy link
Author

shadow1
shadow2

Played around with things a bit more on the newest version. Not sure how useful this might be but I noticed that there are certain circumstances where it does work.

In this instance I added the real time shadows to rayman first, but when adding it to the spider it had the same results as before. (with the room turning black) But after restarting jaded completely, it seems to work as intended. It breaks again after reloading the map. It only seems to display correctly when the map is initially loaded.

@ShowinGrowin
Copy link
Author

One more thing I should clarify. While it does work on the initial load through the editor, loading in gamemode will always result in the bug. Though I think this might be because gamemode technically loads another map first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working system:renderer Indicates that the ticket has some relationship with the renderer. unreproducable
Projects
None yet
Development

No branches or pull requests

2 participants