-
Environment variables: MAX_CUBES = [integer] - number of cubes to render (default 100) DR_THREAD_ENABLED = 0|1 - renders with parallel thread EGL_ENABED = 0|1 - uses EGL instead (not working on Ubuntu) Change-Id: I185bec2667d25c713ca9c63cf97702a8de9ea539
-
Let scene3d example camera configure cameraActor by API, not the sample's own logic. Change-Id: I7e444208001e18c900f4ee40cd768a9f871259eb Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Fix some minor coverity issues that might has meanful 1. Initialize member value 2. Remove useless std::move 3. Remove const keyword for function return value. Change-Id: Ie1ecaa3394607ea724a2074b991cee6681122bef Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: Ic97da0b98c70fa175f2112213c8d473f7d602ec1 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
Change-Id: I813664212a841f1a3ade7385a742db3b522f8eb8
-
Now we fix partial update issue for Borderline / BlurRadius. We can test about this properties Change-Id: I0613a9676b8239ee1983295d599da723c735c842 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I9bb4e4d44b2e9ad87214d054df82ddf047bd1c77
-
Change-Id: I0245be90e350f74bac1f2e0a3461077aa00bfa82 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
Change-Id: I71bdf5359b9bec2d42b4befadcb2561bd6019dc7 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
Change-Id: I16c3afc7f94dcd5c58c67ace4293d9f4d7f7477f
-
Change-Id: Ifc672440be5f44a055e0ec8fddd4a9005bc8e5d4
-
- scene3d-view-example Change-Id: I0d5ec4383fb23bf6a15dca73cd5c90e2e1d29ada Signed-off-by: seungho <sbsh.baek@samsung.com>
-
- 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>
-
Change-Id: Id216faac15208e7d712d7d59da0e4e9f76671659
-
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>
-
Change-Id: I471f5cf47e8e8582b40d63be2b5d40c2b5393993
-
Adding an interactive test where the camera parameters and viewport can be modified. Updating to go wide & add actor rotation sliders Change-Id: I81364553ff52563f439ae5e4232314be75b985d3
-
Change-Id: I217ca9c6358df9beaa218fbd506baaaa55d770e5
-
Change-Id: Ia6565e94e85a12c296bfdd76e0341103c18a9781
-
- Added drawable-actor example Change-Id: I991c7a28e5c97b56162e018aa0da72e4435c86bb
-
Change-Id: I4939b198338127fe7eb84816f1f5b23e198c74ad
-
Change-Id: Ic69ba19f05ab957f591923cd1381046568685a26
-
…DATE_PROPERTY" into devel/master
-
Change-Id: Ib81a3376864a98e496ddb73256b698ec6c6f6250
-
Change-Id: If08751835e51985f00785e38532dd5ea93f508c4 Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
-
Add clip-path, mask exmaple view, gradient and picture example view. Change-Id: I1f3e6239313b71f313381c4b691e35c636927d3d
-
Change-Id: I7021fdcc5e60840e0ea37f24b3d28ef2a2d492a6 Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
-
Change-Id: Iea7b538631cb4a6d190cd7ce424339f7e7ba2fcf
-
Change-Id: I6addda2bdc0628f53ce113ff148e9ade7f75b63d Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Originally Signal is used to notify webview when callback of web engine is called. If Signal is called with a std::shared_ptr<X>, lifecyle of object X would be managed by Signal only in csharp-binder. So if Signal are destroyed, object X would be destroyed too. This might cause some problem. This patch is to replace Signal with std::fuction, and replace std:shared_ptr with unique_ptr. Lifecycle of object X would not be associated with that of Signal. Change-Id: I3f4bdc2f58dd28444ab6640f7c8c4a56e037e83c
-
- Apply suitable prefix for the native image fragment shader Change-Id: I84b96f34060a3984b62f0250d6045a6a731182a3 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af. Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc
-
There was some bug when we click 'Change' button. Now we fix it. + Third button will show 'current status'. Not 'next status'. (previous version may confused to beginner) Change-Id: I9e2509accc589de9d5bcafe72097d08c55eef24a Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Make image-view.example can test for borderline feature. Change-Id: I7fbbe4588fd27e24a853dc0669b195d7a86496ff Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I22ddb43ae7cfcaad338e1249d3aa118e96aca09d
-
Change-Id: I78062a8d826c1df5c499337e7bcae2a62dff2372