Go to file
Florin Malita e3e8da5e52 [skottie] Initial camera support
Camera layers introduce a top-level 3d camera/view matrix based on their
transform properties:

  * position - camera location
  * point of interest (stored as anchor point by BM) - camera direction
  * rotation - camera orientation

The perspective degree is controlled by a "zoom" camera property (which
corresponds to the view distance), and the composition dimensions.

Current limitations:

  * single camera track/layer
  * affects all layers (not just 3d-tagged layers)
  * parent layer transforms are likely not applied correctly

Bug: skia:
Change-Id: Ifc1b8b699ff09fa13b4804d18546b444d02e81c2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201651
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-19 19:49:12 +00:00
animations
bench add bench for mixers 2019-03-16 16:39:17 +00:00
bin tools: bin/sync just alias for git-sync-deps now 2019-02-22 20:05:05 +00:00
dm rework --ignoreSigInt 2019-03-18 16:59:06 +00:00
docker Turn on CI/CD for api.skia.org. (skia) 2019-03-12 18:30:38 +00:00
docs Docs: rename examples files to match names 2019-03-19 18:49:22 +00:00
example Reduce usage of SkCanvas::flush 2019-03-04 22:09:39 +00:00
experimental Add selectable GPU backend to wasm debugger 2019-03-15 15:34:28 +00:00
fuzz Add SkSL2Pipeline fuzzer 2019-03-18 21:02:49 +00:00
gm Add planet emoji font. 2019-03-19 17:49:22 +00:00
gn Docs: rename examples files to match names 2019-03-19 18:49:22 +00:00
include Add macro to decide GrGLStandard 2019-03-19 18:19:12 +00:00
infra try 2 threads on n7/np 2019-03-19 17:24:16 +00:00
modules [skottie] Initial camera support 2019-03-19 19:49:12 +00:00
platform_tools Reland "Disable coverage counting by default" 2019-03-18 16:22:47 +00:00
resources Add planet emoji font. 2019-03-19 17:49:22 +00:00
samplecode allow mixer to defer to a shader 2019-03-15 20:24:21 +00:00
site update milestones to 2019 dates 2019-03-11 18:39:21 +00:00
src Respect strict constraint in drawEdgeAAImageSet 2019-03-19 19:39:22 +00:00
tests Fix more failing tests on Metal. 2019-03-18 20:23:19 +00:00
third_party Roll skia/third_party/skcms 04a7830913b3..10ed3a8a5eec (1 commits) 2019-03-12 17:55:53 +00:00
tools Add planet emoji font. 2019-03-19 17:49:22 +00:00
.clang-format regen from .fp files after .clang-format change 2019-03-19 17:29:12 +00:00
.clang-tidy add google-build-namespaces to clang-tidy checks 2018-12-12 16:33:59 +00:00
.gitignore Add script to pull svgs to svgs/ and add to .gitignore 2018-08-31 20:02:24 +00:00
.gn
AUTHORS [Viewer] Set the current slide first before attaching the fBackendType to fWindow. 2019-02-26 14:21:55 +00:00
BUILD.gn Add SkSL2Pipeline fuzzer 2019-03-18 21:02:49 +00:00
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS Roll ../src 69be71e10036..ca0130108117 (351 commits) 2019-03-19 17:09:12 +00:00
LICENSE
OWNERS
PRESUBMIT.py Add new recipe autoroller service account to list of recognized accounts 2019-03-12 13:00:58 +00:00
public.bzl SkShaper/public.bzl fix 2019-02-22 20:57:07 +00:00
README
README.chromium
whitespace.txt [infra] Marker for IntelBayTrail BIOS update. 2018-09-17 16:47:35 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.