Merge branch 'devel/master' into tizen accepted/tizen/unified/20230106.165040
authorjykeon <jykeon@samsung.com>
Tue, 3 Jan 2023 02:52:46 +0000 (11:52 +0900)
committerjykeon <jykeon@samsung.com>
Tue, 3 Jan 2023 02:52:46 +0000 (11:52 +0900)
Change-Id: Id73b63e5a9a0272c3093de25929f2b4067ca3b54

examples/scene3d-model/scene3d-model-example.cpp

index 1ae62e4..1c0b8dd 100644 (file)
@@ -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);