skia2/modules/sksg
Florin Malita 2253c22afb [skottie] Parented camera support
Parent camera layer transforms apply to the camera itself, thus

  T_camera' = T_camera x Inv(T_parent)

To support this composition:

  - introduce sksg::Transform::MakeInverse()

  - allow selectable pre/post parent composition in
    AnimationBuilder::attachMatrix3D()

Change-Id: Ie70b36e4e9bb1b32e60893df5695bdc6c0dc0d00
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/210422
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-04-25 17:02:49 +00:00
..
include [skottie] Parented camera support 2019-04-25 17:02:49 +00:00
samples rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
src [skottie] Parented camera support 2019-04-25 17:02:49 +00:00
tests rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
BUILD.gn GN: split out skia_*_public from skia_*_sources 2019-03-15 18:29:19 +00:00
sksg.gni [sksg] Refactor gradient implementation 2019-04-01 18:43:43 +00:00