This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Degenerate triangle sleeves run across screen #38
Comments
This is now gone because we don't do any degenerate stuff anymore. |
This was referenced Jan 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when rendering into the stencil buffer, we're seeing lots of pointy degenerate(?) triangles running all over the screen:
Instead, they should look like triangle fans that are limited to the bounding box of the feature. Since iOS is using a tiled GL renderer, we should reduce the sleeves that run across the screen (which aren't visible anyway) so that we don't need to process all of the tiles.
The text was updated successfully, but these errors were encountered: