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

3D tile wireframe display is tangled #9066

Closed
chris-cooper opened this issue Jul 28, 2020 · 2 comments · Fixed by #10332
Closed

3D tile wireframe display is tangled #9066

chris-cooper opened this issue Jul 28, 2020 · 2 comments · Fixed by #10332

Comments

@chris-cooper
Copy link
Contributor

There's some assumptions in the code that triangle winding will support display as a LINES primitive which seem unlikely with real world data. e.g. in the sandcastle

image

image

@OmarShehata
Copy link
Contributor

I'm marking this as an enhancement because I think the current debugWireframe mode is intended for debug purposes, and a nicer looking wireframe for presentation would need a different technique.

@3DGISKing
Copy link

3DGISKing commented Aug 11, 2020

Maybe we need the additional renderer resource(index buffer) in Model for correct rendering wireframe.

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

Successfully merging a pull request may close this issue.

3 participants