Merge pull request #1633 from FeralBytes/patch-6

Improve introduction of 2D transforms
This commit is contained in:
Rémi Verschelde
2018-08-23 10:07:48 +02:00
committed by GitHub

View File

@@ -6,10 +6,9 @@ Viewport and canvas transforms
Introduction
------------
This tutorial is created after a topic that is a little dark for most
users and explains all the 2D transforms going on for nodes from the
moment they draw their content locally to the time they are drawn into
the screen.
This is an overview of the 2D transforms going on for nodes from the
moment they draw their content locally to the time they are drawn onto
the screen. This overview discusses very low level details of the engine.
Canvas transform
----------------