[Tizen] Scene, Scene Loader, and glTF Loader 72/189172/3 accepted/tizen/unified/20180917.041229 submit/tizen/20180914.062000 submit/tizen/20180917.004146
authorSeungho, Baek <sbsh.baek@samsung.com>
Fri, 7 Sep 2018 08:43:50 +0000 (17:43 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Fri, 14 Sep 2018 05:45:39 +0000 (14:45 +0900)
commit3b1936ac3e6e5fce253da96f7a1ed4af495fc99b
treebe0c848dec8738e65bbca7814bfe6fa54509d818
parent86b774172a9e35e8300a8edda1af625a4999d331
[Tizen] Scene, Scene Loader, and glTF Loader

 - Scene for the 3D Mesh object(Animated or not).
 - PBR rendering with Image Based Lighting
 - Scene Loader that loads scene from a kind of scene-format(extensible)
 - glTF Loader( TODO: sparse accessor, skeletal animation, morphing. )
 - UTC

Change-Id: I4ee6b5db3315b8d165bbf90269ce01c86cc70531
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
19 files changed:
automated-tests/resources/AnimatedCube.bin [new file with mode: 0644]
automated-tests/resources/AnimatedCube.gltf [new file with mode: 0644]
automated-tests/resources/AnimatedCube_BaseColor.png [new file with mode: 0644]
automated-tests/resources/AnimatedCube_MetallicRoughness.png [new file with mode: 0644]
automated-tests/resources/forest_diffuse_cubemap.png [new file with mode: 0644]
automated-tests/resources/forest_specular_cubemap.png [new file with mode: 0644]
automated-tests/src/dali-toolkit/CMakeLists.txt
automated-tests/src/dali-toolkit/utc-Dali-Scene.cpp [new file with mode: 0644]
build/tizen/dali-toolkit/Makefile.am
dali-toolkit/devel-api/controls/scene/scene.cpp [new file with mode: 0644]
dali-toolkit/devel-api/controls/scene/scene.h [new file with mode: 0644]
dali-toolkit/devel-api/file.list
dali-toolkit/internal/controls/scene/gltf-loader.cpp [new file with mode: 0644]
dali-toolkit/internal/controls/scene/gltf-loader.h [new file with mode: 0644]
dali-toolkit/internal/controls/scene/gltf-shader.h [new file with mode: 0644]
dali-toolkit/internal/controls/scene/scene-impl.cpp [new file with mode: 0644]
dali-toolkit/internal/controls/scene/scene-impl.h [new file with mode: 0644]
dali-toolkit/internal/file.list
dali-toolkit/styles/images-common/brdfLUT.png [new file with mode: 0644]