summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorDavid Steele <david.steele@partner.samsung.com>2016-09-15 12:58:03 +0100
committerDavid Steele <david.steele@partner.samsung.com>2016-09-16 16:45:13 +0100
commit353791221593707c7b7a308a49a4236d05899166 (patch)
tree6a1fdb031f11ec4c43b4130546b3a0adea9cf49f /demo
parent9cfb6b893585d671921fac5ab1130037e31ca3a4 (diff)
downloaddali-demo-353791221593707c7b7a308a49a4236d05899166.tar.gz
dali-demo-353791221593707c7b7a308a49a4236d05899166.tar.bz2
dali-demo-353791221593707c7b7a308a49a4236d05899166.zip
Changed the shadow/lights example defaults
Updated the defaults on the shadow / light example to first move the light, rather than panning the scene. Updated the intial orientations to look better. Change-Id: I8eceb5f536a75fef5e6881987452efb53af6e544 Signed-off-by: David Steele <david.steele@samsung.com>
Diffstat (limited to 'demo')
-rw-r--r--demo/dali-demo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp
index f413590d..408eb587 100644
--- a/demo/dali-demo.cpp
+++ b/demo/dali-demo.cpp
@@ -48,7 +48,7 @@ int DALI_EXPORT_API main(int argc, char **argv)
demo.AddExample(Example("page-turn-view.example", DALI_DEMO_STR_TITLE_PAGE_TURN_VIEW));
demo.AddExample(Example("refraction-effect.example", DALI_DEMO_STR_TITLE_REFRACTION));
demo.AddExample(Example("scroll-view.example", DALI_DEMO_STR_TITLE_SCROLL_VIEW));
- demo.AddExample(Example("shadow-bone-lighting.example", DALI_DEMO_STR_TITLE_LIGHTS_AND_SHADOWS));
+ demo.AddExample(Example("shadows-and-lights.example", DALI_DEMO_STR_TITLE_LIGHTS_AND_SHADOWS));
demo.AddExample(Example("builder.example", DALI_DEMO_STR_TITLE_SCRIPT_BASED_UI));
demo.AddExample(Example("image-scaling-and-filtering.example", DALI_DEMO_STR_TITLE_IMAGE_FITTING_SAMPLING));
demo.AddExample(Example("image-scaling-irregular-grid.example", DALI_DEMO_STR_TITLE_IMAGE_SCALING));