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

Wireframe render is incomplete #189

Open
remcoder opened this issue Aug 16, 2024 · 2 comments
Open

Wireframe render is incomplete #189

remcoder opened this issue Aug 16, 2024 · 2 comments
Labels

Comments

@remcoder
Copy link
Member

remcoder commented Aug 16, 2024

When selecting wireframe mode in the dev panel, some parts of the model seem to be missing.

image
@remcoder remcoder added the bug label Aug 16, 2024
@sophiedeziel
Copy link
Collaborator

I have a suspicion this bug has the same root cause as #216

It's all about lines rendered.

I've been investigating for a while, trying to eliminate causes. _wireframe is just a boolean passed to the material and does not have logic attached to it. I've ruled out rerender logic, as it happens also on the initial render.

I've tried playing with the WebGLRenderer's and scene settings, as well as changing material type and line settings. It happens anyways.

Could it be a bug in Three.js?

@sophiedeziel
Copy link
Collaborator

There's an interesting issue in the Three.js repo: mrdoob/three.js#29045

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants