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

WIP quantized mesh skirting #822

Closed
wants to merge 5 commits into from

Conversation

kylebarron
Copy link
Collaborator

@kylebarron kylebarron commented Jun 25, 2020

This is a work-in-progress PR for adding skirts client side to meshes generated from Quantized Mesh terrain tiles. As described in the Quantized Mesh spec, the file format includes buffers designating the indices on each edge, so we don't have to loop through the positions to find them.

At least now I can clearly see my skirt from below:
image

But I might still have some indexing or winding order issues; edge lines are clearly visible still from above.

image

The open skirting PR on the Martini repo was a helpful reference: mapbox/martini#12

cc @chrisgervang

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

Successfully merging this pull request may close these issues.

2 participants