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

[Renderer] Seams in Level Geometry #511

Open
devlman127 opened this issue Nov 16, 2024 · 2 comments
Open

[Renderer] Seams in Level Geometry #511

devlman127 opened this issue Nov 16, 2024 · 2 comments

Comments

@devlman127
Copy link

devlman127 commented Nov 16, 2024

https://youtu.be/WicBT4g0fbY
Watch in HD and Fullscreen. Even then it's not as obvious as in person due to video compression.
Changing settings did not seem to affect the seams, nor did the order in which I had the plugin in the file.
After I disabled the renderer plugin the seams went away.

@hzqst
Copy link
Owner

hzqst commented Nov 17, 2024

That's probably because GL_POLYGON sucks (which has been completely removed from OpenGL Core Profile 3.x).

The modern GPU just don't support drawing polygon (directly) well, only triangle list is natively supported.

I am refactoring this shit with new Diligent Engine backend, also replacing GL_POLYGON with re-generated triangle list to mitigate this issue, but this may takes months or more.

633fd1c28d1abeb8286461a2865c6084

@devlman127
Copy link
Author

Aight, that's fair. I'll just disable the renderer plugin and play that way, mostly just installed for MetaAudio anyways.
It's a shame since one thing it does well is fixing the godawful OpenGL Holograms, but I suppose that's a small part of the game anyways.

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

No branches or pull requests

2 participants