X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=demo%2Fdali-demo.cpp;h=60f9653a2d7ddc5909e250cafd9e76a2c1bce370;hb=218d29cfaefc91b901233c373650107d7a595635;hp=20ba080fc4473e7261849c3c87151d524eb7a551;hpb=6167bcd2ebbbf6831b36057baebcf4f3ced76169;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index 20ba080..60f9653 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -58,9 +58,10 @@ int DALI_EXPORT_API main(int argc, char** argv) demo.AddExample(Example("renderer-stencil.example", DALI_DEMO_STR_TITLE_RENDERER_STENCIL)); demo.AddExample(Example("rendering-skybox.example", DALI_DEMO_STR_TITLE_SKYBOX)); demo.AddExample(Example("rendering-basic-pbr.example", DALI_DEMO_STR_TITLE_PBR)); -#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-model.example", DALI_DEMO_STR_TITLE_SCENE3D_MODEL)); + 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));