Add 0.0f progress data if given data don't have it
gltf spec support that if their is nothing define 0'th timestamp data then
they will use the smallest timestamp value.
For dali case, we don't do anything if the animation progress is not define at
given keyframes frame range.
So it might not be matched with normal gltf viewer's behavior at 0'th frame.
Currrently we copy 0th frame data at model inside definition animations, and
bvh file. But facial animation doesnt.
We need to support it.
Change-Id: I435847f33ff60aec6bc03c7f7633b09cd5dc43cc
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>