diff options
author | seungho <sbsh.baek@samsung.com> | 2022-07-14 14:26:01 +0900 |
---|---|---|
committer | seungho <sbsh.baek@samsung.com> | 2022-07-18 10:28:34 +0900 |
commit | af599038d0b1ce8d95ae912133e5ce2b249de74c (patch) | |
tree | e39f7027b1698267c6ecf39d37f7633e2db04b80 /demo | |
parent | 5b365286c4254203bbabf6a36095107bdd53213f (diff) | |
download | dali-demo-af599038d0b1ce8d95ae912133e5ce2b249de74c.tar.gz dali-demo-af599038d0b1ce8d95ae912133e5ce2b249de74c.tar.bz2 dali-demo-af599038d0b1ce8d95ae912133e5ce2b249de74c.zip |
Change dali-scene-loader to dali-scene3d
Change-Id: I71bdf5359b9bec2d42b4befadcb2561bd6019dc7
Signed-off-by: seungho <sbsh.baek@samsung.com>
Diffstat (limited to 'demo')
-rw-r--r-- | demo/dali-demo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index b8fea35a..0dd09b9d 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -59,9 +59,9 @@ int DALI_EXPORT_API main(int argc, char** argv) demo.AddExample(Example("rendering-skybox.example", DALI_DEMO_STR_TITLE_SKYBOX)); demo.AddExample(Example("rendering-basic-pbr.example", DALI_DEMO_STR_TITLE_PBR)); demo.AddExample(Example("scene3d-view.example", DALI_DEMO_STR_TITLE_SCENE3D_VIEW)); -#ifdef DALI_SCENE_LOADER_AVAILABLE - demo.AddExample(Example("scene-loader.example", DALI_DEMO_STR_TITLE_SCENE_LOADER)); -#endif //DALI_SCENE_LOADER_AVAILABLE +#ifdef DALI_SCENE3D_AVAILABLE + demo.AddExample(Example("scene3d.example", DALI_DEMO_STR_TITLE_SCENE3D)); +#endif //DALI_SCENE3D_AVAILABLE demo.AddExample(Example("shadows-and-lights.example", DALI_DEMO_STR_TITLE_LIGHTS_AND_SHADOWS)); demo.AddExample(Example("sparkle.example", DALI_DEMO_STR_TITLE_SPARKLE)); demo.AddExample(Example("waves.example", DALI_DEMO_STR_TITLE_WAVES)); |