(FrameCallback) All values now local & baking of the value supported 54/190554/9
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 3 Oct 2018 19:16:46 +0000 (20:16 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Oct 2018 08:29:12 +0000 (08:29 +0000)
commitb0874a94f3eedf812a2dcc2d23089c639c1719a4
treef3cce8d6e97c79f2705baf2923bf1b7e08c37eb9
parent8f3487a9228d68e9ea67d6c736705ad06e6e9a06
(FrameCallback) All values now local & baking of the value supported

- Callback now called before world matrix is calculated so removed
  the world matrix methods (as they will be a frame behind now)
- All values now in local actor space.
- Scale added.
- Added bake methods to save the values if required.
- Ensured that when an actor is removed, the node hierarchy is
  invalidated.

Change-Id: I76318fcf77c0ae6e7a217ee9169db71aeda9aa75
automated-tests/src/dali/utc-Dali-FrameCallbackInterface.cpp
dali/devel-api/update/update-proxy.cpp
dali/devel-api/update/update-proxy.h
dali/internal/event/animation/animation-impl.cpp
dali/internal/update/manager/frame-callback-processor.cpp
dali/internal/update/manager/frame-callback-processor.h
dali/internal/update/manager/update-manager.cpp
dali/internal/update/manager/update-proxy-impl.cpp
dali/internal/update/manager/update-proxy-impl.h