[Tizen] Allow to load uint32_t as indices 86/291686/1
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 18 Feb 2023 10:22:52 +0000 (19:22 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 20 Apr 2023 07:40:48 +0000 (16:40 +0900)
commitc0247683af68b461386641437ffdaba7f7fab73f
treee68877e3cfc7e7d8a80f233eccf4d99b8a5b0593
parent3dfa31dd72d17ecb8a283e46b0939d6763e7d360
[Tizen] Allow to load uint32_t as indices

Dali's default indices use uint16_t. But if heavy 3D model who need more than
65536 indexes loaded, It will break index.

This patch make Scene3D can allow to use uint32_t type indeces load
and generete Geometry by it.

Change-Id: I6b8096df3fcf855443e6b407342121b9374d9ff8
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
automated-tests/resources/EnvironmentTest.gltf
automated-tests/resources/EnvironmentTest_images/roughness_metallic_0.jpg [new file with mode: 0644]
automated-tests/resources/EnvironmentTest_images/roughness_metallic_1.jpg [new file with mode: 0644]
dali-scene3d/public-api/loader/mesh-definition.cpp