Commit 27ea73a62b173b5d5b4c1b5e7e37a6cbbfcd0d2e
1 parent
b73149df
Changed cluster example layer to have 3D behavior
Change-Id: I78ee2b606aeaa4f905f4a68b45d0fa2ae977be9a
Showing
1 changed file
with
2 additions
and
0 deletions
examples/cluster/cluster-example.cpp
| ... | ... | @@ -376,6 +376,8 @@ public: |
| 376 | 376 | TOOLBAR_IMAGE, |
| 377 | 377 | "" ); |
| 378 | 378 | |
| 379 | + mContentLayer.SetProperty(Layer::Property::BEHAVIOR, "Dali::Layer::LAYER_3D"); | |
| 380 | + | |
| 379 | 381 | // Create a effect toggle button. (right of toolbar) |
| 380 | 382 | mLayoutButtonImages[ NO_EFFECT ] = ResourceImage::New( LAYOUT_NONE_IMAGE ); |
| 381 | 383 | mLayoutButtonImages[ MOTION_BLUR_EFFECT ] = ResourceImage::New( LAYOUT_MOTION_BLUR_IMAGE ); | ... | ... |