TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

Add support for custom transform matrices in Facade #163

Open thecodewarrior opened 3 years ago

thecodewarrior commented 3 years ago

Sometimes it can be useful to skew UI elements to do a "flip" animation. These would still be 2D transforms since everything uses 2D matrices, but 3d effects can be emulated using a simple skew. This would mess with assumptions of transforms being affine, so the impacts of that will have to be considered.