X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=blobdiff_plain;f=examples%2Fscene3d-model%2Fscene3d-model-example.cpp;h=1c0b8ddbc31546dc603273a80356c2e73f2dcf6e;hp=1ae62e4e4ce5bf228884375a25b41fe344cd6845;hb=6d127d73b99b1276c0c9bf003946f7e8c79735d0;hpb=d4a63c1e5dc526a5d4ba00c47e0150d81a8f6f6b diff --git a/examples/scene3d-model/scene3d-model-example.cpp b/examples/scene3d-model/scene3d-model-example.cpp index 1ae62e4..1c0b8dd 100644 --- a/examples/scene3d-model/scene3d-model-example.cpp +++ b/examples/scene3d-model/scene3d-model-example.cpp @@ -215,6 +215,7 @@ public: void Create(Application& application) { mWindow = application.GetWindow(); + mWindow.GetRootLayer().SetProperty(Layer::Property::BEHAVIOR, Layer::LAYER_3D); // Get a handle to the mWindow mWindow.SetBackgroundColor(Color::WHITE);