diff options
author | adam.b <adam.b@samsung.com> | 2017-03-10 11:40:09 +0000 |
---|---|---|
committer | Paul Wisbey <p.wisbey@samsung.com> | 2017-04-04 19:40:30 +0100 |
commit | 924ffe8fead8c95748015d4f6d0f2be3f2a3ebba (patch) | |
tree | 7abe9a12163a71a4174ec1a926c48afcba5d68f2 /examples-reel | |
parent | 38d875c9ce79eb960970c870466c944e88ea8e02 (diff) | |
download | dali-demo-924ffe8fead8c95748015d4f6d0f2be3f2a3ebba.tar.gz dali-demo-924ffe8fead8c95748015d4f6d0f2be3f2a3ebba.tar.bz2 dali-demo-924ffe8fead8c95748015d4f6d0f2be3f2a3ebba.zip |
Rendering of radial progress indicator
Tutorial shows rendering of radial progress bar with
use of stencil buffer and two renderers attached
to single actor.
Change-Id: Ia1005524ec3cd27147bb2a40ddf87c7284ad7731
Diffstat (limited to 'examples-reel')
-rw-r--r-- | examples-reel/dali-examples-reel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples-reel/dali-examples-reel.cpp b/examples-reel/dali-examples-reel.cpp index 0576b07d..c90a3e65 100644 --- a/examples-reel/dali-examples-reel.cpp +++ b/examples-reel/dali-examples-reel.cpp @@ -67,6 +67,7 @@ int DALI_EXPORT_API main(int argc, char **argv) demo.AddExample(Example("rendering-triangle.example", DALI_DEMO_STR_TITLE_RENDERING_DRAW_TRIANGLE)); demo.AddExample(Example("rendering-cube.example", DALI_DEMO_STR_TITLE_RENDERING_DRAW_CUBE)); demo.AddExample(Example("rendering-textured-cube.example", DALI_DEMO_STR_TITLE_RENDERING_TEXTURED_CUBE)); + demo.AddExample(Example("rendering-radial-progress.example", DALI_DEMO_STR_TITLE_RENDERING_RADIAL_PROGRESS)); demo.AddExample(Example("scroll-view.example", DALI_DEMO_STR_TITLE_SCROLL_VIEW)); demo.AddExample(Example("size-negotiation.example", DALI_DEMO_STR_TITLE_NEGOTIATE_SIZE)); demo.AddExample(Example("styling.example", DALI_DEMO_STR_TITLE_STYLING)); |