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

EffectLayer DrawTransformed #1814

Merged

Commits on Nov 18, 2019

  1. Added function that allows for drawing arbitrary graphics content to …

    …the area provided by a KeySequence, taking scaling, rotation and translation into account.
    
    This can be used to draw complex content in the target region without requiring complex maths to render it correctly.
    Wibble199 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    a227aea View commit details
    Browse the repository at this point in the history
  2. Made the Equalizer layer utilise the new DrawTransformed method, allo…

    …wing it to be rotated.
    Wibble199 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    b87df90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa5cdcb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Added overrides for the DrawTransformed allowing configuration of the…

    … matrix before the render is performed.
    
    This allows actions such as mirroring to take place and still be able to easily utilise the method.
    Wibble199 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    cab6047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675f049 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    6c6f97d View commit details
    Browse the repository at this point in the history