Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Degenerate triangle sleeves run across screen #38

Closed
kkaefer opened this issue Feb 5, 2014 · 1 comment
Closed

Degenerate triangle sleeves run across screen #38

kkaefer opened this issue Feb 5, 2014 · 1 comment

Comments

@kkaefer
Copy link
Member

kkaefer commented Feb 5, 2014

Currently, when rendering into the stencil buffer, we're seeing lots of pointy degenerate(?) triangles running all over the screen:

screen shot 2014-02-05 at 16 05 27

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.

@kkaefer
Copy link
Member Author

kkaefer commented Feb 13, 2014

This is now gone because we don't do any degenerate stuff anymore.

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

No branches or pull requests

1 participant