diff options
author | adam.b <adam.b@samsung.com> | 2020-02-19 16:28:27 +0000 |
---|---|---|
committer | adam.b <adam.b@samsung.com> | 2020-03-20 17:11:10 +0000 |
commit | 58c85134a26e3a8d565861f55d24f78ba21c90ad (patch) | |
tree | 1ed4f583e4ac327cf5a43c168ce3a329f4628ef0 /demo | |
parent | 114a29014cfddedbb4283544d4cfcbe9cb145284 (diff) | |
download | dali-demo-58c85134a26e3a8d565861f55d24f78ba21c90ad.tar.gz dali-demo-58c85134a26e3a8d565861f55d24f78ba21c90ad.tar.bz2 dali-demo-58c85134a26e3a8d565861f55d24f78ba21c90ad.zip |
Reflection demo
Packed resources are under Attribution 4.0 International license. The user
may use, adapt and share the textures for any purpose, even commercially.
Change-Id: If9092a8fde225c39daa599367d13e9d0924bd657
Diffstat (limited to 'demo')
-rw-r--r-- | demo/dali-demo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index 2884a320..a6bee7a3 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -50,6 +50,7 @@ int DALI_EXPORT_API main(int argc, char **argv) demo.AddExample(Example("metaball-refrac.example", DALI_DEMO_STR_TITLE_METABALL_REFRAC)); demo.AddExample(Example("motion-blur.example", DALI_DEMO_STR_TITLE_MOTION_BLUR)); demo.AddExample(Example("page-turn-view.example", DALI_DEMO_STR_TITLE_PAGE_TURN)); + demo.AddExample(Example("reflection-demo.example", DALI_DEMO_STR_TITLE_REFLECTION)); demo.AddExample(Example("refraction-effect.example", DALI_DEMO_STR_TITLE_REFRACTION)); demo.AddExample(Example("renderer-stencil.example", DALI_DEMO_STR_TITLE_RENDERER_STENCIL)); demo.AddExample(Example("shadows-and-lights.example", DALI_DEMO_STR_TITLE_LIGHTS_AND_SHADOWS)); |