-
Change-Id: Icfc1abe106993a3c59107ba06be9e0b3ffd660d6
-
Change-Id: I6b7f482d45e9f45ad525fa524fd9f83d4bcc9b80
-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Android asset files are not extracted to file system directly, cannot use fopen, but need to use asset specific api to read, which is wrapped by dali-adaptor api. Change-Id: If775e04e4e2d562755bce3eeb9f79fa279e5da70
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I33cebb3f17db6a72385c7e63aaf32685ee8748b2
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I969b6aad154b839410daef4fdbd3962b58b97fd7
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I34809e7d42898a74ccb723c16d519a69aa6b2686
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I40c438e3c0667cf2b3ce22aa3b2557a27bfc329b
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
- simplified the navigation of the file stream: the ktx metadata is skipped with a single fseek() from SEEK_CUR, by the number of bytes known from the ktx header; - removed the allocation of a single large buffer: image data is read from file, per image, directly into a buffer to be transferred to PixelData; - using std::unique_ptr<> to manage the scope of the file handle and image buffer; - removed local arrays of image sizes and buffer pointers as a total of no more than one of these is used at any given time; Change-Id: If51688568dd90dc1117b3c9a0de10f6c429bd394 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: I2fe6832289f49728e0cb05ecbe9d15e892cef6c6
-
Change-Id: I6d738a54558b5adced956917f9f0de3d6fa2b0d7
-
Change-Id: I110f39e5afbae98790682c6203d9e3e82dd3eb52 Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
-
Change-Id: I2078c71affd10d5bcf57c606effd95ae1bc79bd4
-
Change-Id: Ic2fbd3deaf69e4dfcc7ab512c70eae077b12bbc8 Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com> Signed-off-by: Buildserver <chella.sivathasan@samsung.com>
-
Change-Id: I863826a7a7c31e7027843dfffbad08e2b7501722
-
Change-Id: I5e2222ce254b3164ed86dbee2b1a26dc101288f7
-
The tangent was generated by vertex, and was changed to per normal, this will work if the normal are defined per vertex. This patch is creating good results with the current models tested, but depends on the output of the exporter. In case the tangents are not correct, the 3D model should be re-exported or generate the normals programmatically. Change-Id: I35cdf2ce581974ab5fbc85709442bcb3a8112b8f
-
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