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

Support GL face culling #12725

Merged
merged 3 commits into from
Sep 13, 2018
Merged

Support GL face culling #12725

merged 3 commits into from
Sep 13, 2018

Commits on Sep 12, 2018

  1. [core] Add face culling mode parameter to Program::draw

    Add a parameter to Program::draw to control whether face culling should
    be enabled. This will be used in a follow up commit to enable face
    culling for fill extrusion layers.
    brunoabinader authored and anderco committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    294627c View commit details
    Browse the repository at this point in the history
  2. [core] Enable face culling for fill extrusion layers

    Use face culling for fill extrusion layers. Winding order is changed to
    ensure correct rendering.
    brunoabinader authored and anderco committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    fbd19fc View commit details
    Browse the repository at this point in the history
  3. [node] Ignore custom layer tests in node platform

    Custom layers are not implemented in node platform so ignore tests that
    require it.
    anderco committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    bdf7320 View commit details
    Browse the repository at this point in the history