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

Improve controller textures #8158

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. Controller textures: columns

    Columns of controllers now have a matching color. This is achieved by
    alternating a and b variants of the controllers, similar to what was
    already done for the inside variants.
    Mithi83 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    822fa04 View commit details
    Browse the repository at this point in the history
  2. Controller textures: blocks

    This extends the color matching of the columns to the blocks (i.e. the
    corner pieces) as well. It only works for faces on the same plane.
    Colors on the edge of the block will still not match as it is
    mathematically impossible.
    Mithi83 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8b130ef View commit details
    Browse the repository at this point in the history
  3. Controller textures: inside

    This extends the color matching to the inside variants of controller
    blocks. For those there were also minor bugs in the texture that were
    corrected as well.
    Mithi83 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    acb014f View commit details
    Browse the repository at this point in the history