-
- load 5 glTF ( 1 scene contains Animation ) - Input Up or Down key to rotate or stop Camera - Input Left or Right key to change glTF file - Double Touch change glTF file Change-Id: I2653f219dc10413f1d59b4799533d0215de5656c Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
-
Add sample for Control::New test. Also, we can check control-creation time by ttrace. We can disable this sample's ttrace by export DALI_TRACE_PERF_VIEW_CREATION_SAMPLE=false Change-Id: Ia2523a0a99400563efcde39fba2e304834cb1fba Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Adding an interactive test where the camera parameters and viewport can be modified. Updating to go wide & add actor rotation sliders Change-Id: I81364553ff52563f439ae5e4232314be75b985d3
-
- Added drawable-actor example Change-Id: I991c7a28e5c97b56162e018aa0da72e4435c86bb
-
Change-Id: Ib81a3376864a98e496ddb73256b698ec6c6f6250
-
Change-Id: I6addda2bdc0628f53ce113ff148e9ade7f75b63d Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af. Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc
-
Change-Id: I326a43cfaeb670507e4e8c4573975cfbdcd3c48a
-
This is an example of Dali::Toolkit::CanvasView. This example create a CanvasView control, create a Dali::CanvasRenderer::Shape and add it. Basic Primitves (rect, circle, arc) can draw and various shapes can draw using path command. Change-Id: I6f8c1dd262051d856c24cb51bb7dfacb4763d34b
-
It's in dali-test now Change-Id: Ie1758f9e694d8b79350059f222b8076913b2e64a
-
Demonstrates colour transition using flow maps and uv rotation / scaling. Flow maps are greyscale images where the value of the pixels signifies the progress of the animation, which is added to an animated value which we use to lerp between old and new colour. The colour of the content is used to scale the source / target colour, i.e. white is affected most, dark is affected less. Controls: - Double-tap middle (33%) of screen: transition using random flow map; - Double-tap outside the middle of screen: transition using one of the effects (flow maps) mapped to the given segment of the screen; Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
- tilt, or if not supported, pan, to rotate light; - double tap to trigger color transition; Change-Id: I7de09c65309f6b069566cf330ebf18904d36a885
-
- to tilt world, tilt device or if tilt isn't supported, swipe; - tap to scatter particles; - double click to trigger color change; Change-Id: I8c72ea1ff7a8226b03b5e106936ca3644ef1f5b3
-
Change-Id: I54af064b6e2abcdd40dad6eecdbb21b98e1eeab5
-
Change-Id: I7a424bc4bb90f53e2aa4e0a81f90d67550a30563
-
Packed resources are under Attribution 4.0 International license. The user may use, adapt and share the textures for any purpose, even commercially. Change-Id: If9092a8fde225c39daa599367d13e9d0924bd657
-
Change-Id: I4a74037a3587d466a913e0a90e0e9a45a62424a0 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I49298a830fd6faaf20325ef1f0339d012140b88e
-
Change-Id: Ia4bd7029637a00c7b332adc4440f2cc730208c3c
-
Change-Id: I2dc368a20e0845c0ecd32d047566d37f9f47d69f
-
Change-Id: I5339a44b6df5826ba7c9ad8f7ec3ae2328e8c966
-
Change-Id: I0d3440139c7ce6fd8a246ab509c63fa0dc6ca09f
-
Change-Id: Ibd44ae369a7f6d32b378cba80485b541c6ff0e3c
-
Change-Id: If32bc937d6c308c482625ce79df5500bd67b1113
-
* Simple Text Label * Simple Text Field * Simple Text Renderer * Simple Text Visual * Simple Text Label Bitmap Font Change-Id: I83204143cd0986a776dc5409d1b38d018f331339 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: Ia4df42178f7064a6efc235a03219174f07940a1c
-
Change-Id: I4e04066ee86c48087502b06f147c132fba663c17
-
Fixed to use the new Render APIs, removed unused normals from Refraction example Change-Id: I3bd680410c64a2d3e5ab5ca6d5d670653eb1036d
-
Change-Id: I15cf79251793eaffb2e54a750528acfb9b3bc95e Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
-
Change-Id: I0d7d33ae1642bab487afaf21bf18bd1c4ccc0310 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I5b0f866084c75757f3dab94666b61b0f7b37eada
-
Change-Id: Ie9cd3109234396757220e5fe0268a7712bf86b31
-
Change-Id: I2858ce28fcd0c025cf497046453eaca7d4321625
-
Added a demo to illustrate the control points needed for a bezier curve based alpha-function. Change-Id: I9ca14352e297b4725287387b92bd218323af7c3a
-
Change-Id: Ia93ac8bfa20e705c7be45ff0562d18f62151a6a3
-
Add two sample apps which using animated gradient visual (doing at review.tizen.org/gerrit/#/c/152141/ ) It's resolution is optimized for wearable (resolution is 360x360) - Call Active Scenario is incomming call. Show incomming gradient effect as radial form animated gradient. And add some animation at call_decline button so make user want to touch it! This sample show how to make animated gradient by json script. - Card Active Scenario is use some coupon with NFC tag. Show gradient effect during NFC taging is enabled. This sample show how to make anmiated gradient by inline code. Change-Id: Ifae6698fbf1b4bc9901efa929594261413d450b2 Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
-
Collection of examples demonstrating Image polices: LoadPolicy ReleasePolicy and EXIF orientation. Designed to step the user through each example and explaining what should occur. Change-Id: If4452712a805b40e86ac29ae591592711d7ee09a
-
Change-Id: Ifefc497bb0f5e5f37670add8a2934df47619e83b