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

Incorrect explanation of QUAD_COORDS #1659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 30, 2024

  1. refine:

    If a quad is drawn using GL_TRIANGLE_STRIP, the triangles' drawing order should be v0 → v1 → v2, then v1 → v2 → v3 (not v2 → v1 → v3).
    
    Signed-off-by: TestPlanB <[email protected]>
    TestPlanB committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    31efaf6 View commit details
    Browse the repository at this point in the history