Extract condition function to check the animation has initial value or not 94/297894/1
authorseungho baek <sbsh.baek@samsung.com>
Mon, 28 Aug 2023 06:47:49 +0000 (15:47 +0900)
committerseungho baek <sbsh.baek@samsung.com>
Mon, 28 Aug 2023 06:47:49 +0000 (15:47 +0900)
commitb244e1796700d6b2858968804a960f122b78de27
treecf33ce0dd20fe97f4a23c4ca28c0cf1c01d99272
parente84fd4911f70703c9f641329d6758f567d28db23
Extract condition function to check the animation has initial value or not

 - Currently, gltf2-util.cpp uses long condition with comment to check the animation data contains initial value or not.
 - The comment has been essential to understand the purpose of the condition.
 - This patch extracts condition function to check it and uses proper naming instead of comment.

Change-Id: Ib2808343215b8ac6fe400911f6a50511da6cd8fb
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
dali-scene3d/internal/loader/gltf2-util.cpp