diff options
author | Gonzalo Reynaga <g.reynaga@samsung.com> | 2017-04-28 13:55:07 +0100 |
---|---|---|
committer | Paul Wisbey <p.wisbey@samsung.com> | 2017-05-03 19:17:50 +0100 |
commit | 7a0e60c023ed452ad4fe58d9d452e3ffec47ca85 (patch) | |
tree | ef6fbf5d0ded4a28cffeea067b3d37609561c807 /examples-reel | |
parent | c0e4586a62648c89a91bc4bf617716704bb0e5d5 (diff) | |
download | dali-demo-7a0e60c023ed452ad4fe58d9d452e3ffec47ca85.tar.gz dali-demo-7a0e60c023ed452ad4fe58d9d452e3ffec47ca85.tar.bz2 dali-demo-7a0e60c023ed452ad4fe58d9d452e3ffec47ca85.zip |
Rendering API example: basic light
Change-Id: Ice5ef50aa0bde7ddac16414dfac8615d76d9ec18
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 c90a3e65..d95c98ab 100644 --- a/examples-reel/dali-examples-reel.cpp +++ b/examples-reel/dali-examples-reel.cpp @@ -63,6 +63,7 @@ int DALI_EXPORT_API main(int argc, char **argv) demo.AddExample(Example("pivot.example", DALI_DEMO_STR_TITLE_PIVOT)); demo.AddExample(Example("primitive-shapes.example", DALI_DEMO_STR_TITLE_PRIMITIVE_SHAPES)); demo.AddExample(Example("progress-bar.example", DALI_DEMO_STR_TITLE_PROGRESS_BAR)); + demo.AddExample(Example("rendering-basic-light.example", DALI_DEMO_STR_TITLE_BASIC_LIGHT)); demo.AddExample(Example("rendering-line.example", DALI_DEMO_STR_TITLE_RENDERING_DRAW_LINE)); 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)); |