-
- 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: I2be80c43c2f83b2333df48210b53258e4be1acae
-
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>
-
Generates DALi examples shared objects and Android DALi launcher application. Android DALi application apk then can be installed on supported Android device. Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
-
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
-
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
-
Change-Id: I9bf6e7a504ef9c9f3146636ede13ed441bcef3d8
-
Change-Id: If29243a20977bc2e61c631611462d2e3c79758d7
-
Change-Id: I0971701ac37ccc5e86bf88976bec17d59919025b
-
Change-Id: Ie8e8523d5a8ff8aac50931bb96ca764195890f15
-
Change-Id: I3c5aa4922e891cf1ca194676d1bcf2e3493c5eb1
-
With separate cameras for UI & 3D scene sections - Double-tap to toggle between 3D models (teapot & cube) - Pan up/down on left side of screen to change roughness - Pan up/down on right side of screen to change metalness - Pan anywhere else to rotate scene Change-Id: I51ec8436700c4e970221184d6875e4e9c501fafb
-
Fixed up SVG example to ensure actor sibling order is set after adding to the stage. Change-Id: Ib532eba27be23afd636e34cc9776ae4fd2c5ca48
-
Change-Id: I908dff83e3140113ba108d660e903f75fd4e4dc1 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I1b2fa79708f93836069ed81a0d4c17c6aeb6094d
-
Uses volumetric ray casting to draw a sphere with basic per-pixel lighting inside the fragment shader. Also modifies DALi demo make file to support shader files. Change-Id: I0645de8481fa75abb177ca76a5611a51350fc1b7 Todo: Create a separate folder for shaders?
-
Change-Id: Ice5ef50aa0bde7ddac16414dfac8615d76d9ec18
-
Tutorial shows rendering of radial progress bar with use of stencil buffer and two renderers attached to single actor. Change-Id: Ia1005524ec3cd27147bb2a40ddf87c7284ad7731
-
You can check the InputFocus is given to focused Control. After that, when key is pressed, focused control's KeyEvent callback will be called. Change-Id: I93c605e7bcde5505099948445c762873f57e8381 Signed-off-by: minho.sun <minho.sun@samsung.com>