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

Seams in walls #6

Open
hero622 opened this issue Feb 9, 2022 · 1 comment
Open

Seams in walls #6

hero622 opened this issue Feb 9, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hero622
Copy link

hero622 commented Feb 9, 2022

I noticed that there are these small seams in seemingly all connecting walls. They become very clear once placing a directional light.
seam
(Picture from Portal 2's sp_a1_intro2)
In this picture I made the light red so you can clearly see it shining through the seams. I'm not sure how to do this, but the faces could be extended by some small value. (Note: I know you can play around with the bias of the light and etc, but even setting it to the smallest value doesn't really fix it, and it would be way nicer if it could be fixed without messing around with those.)

@DeadZoneLuna
Copy link
Owner

Ahh, yes.. a common engine problem..
Unity doesn't allow offsetting shadows with save direction. (Only in shaders possible.. but its difficult to control that for each light)

At the moment there are no working solution to fix this.. But I'll try to come up with something with it later or if you have any ideas, feel free to suggest :^)

@DeadZoneLuna DeadZoneLuna added enhancement New feature or request help wanted Extra attention is needed labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants