diff options
Diffstat (limited to 'demo/dali-demo.cpp')
-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)); |