Fix gltf animation's 0 frame behavior.
[platform/core/uifw/dali-toolkit.git] / automated-tests / resources / AnimatedCubeStride.gltf
1 {
2    "accessors" : [
3       {
4          "bufferView" : 0,
5          "byteOffset" : 0,
6          "componentType" : 5126,
7          "count" : 36,
8          "max" : [
9             1.000000,
10             1.000000,
11             1.000001
12          ],
13          "min" : [
14             -1.000000,
15             -1.000000,
16             -1.000000
17          ],
18          "type" : "VEC3"
19       }
20    ],
21    "asset" : {
22       "generator" : "VKTS glTF 2.0 exporter",
23       "version" : "2.0"
24    },
25    "bufferViews" : [
26       {
27          "buffer" : 0,
28          "byteLength" : 864,
29          "byteOffset" : 132,
30          "target" : 34962,
31          "byteStride": 24
32       }
33    ],
34    "buffers" : [
35       {
36          "byteLength" : 1860,
37          "uri" : "AnimatedCube.bin"
38       }
39    ],
40    "materials" : [
41       {
42          "name" : "AnimatedCube",
43          "pbrMetallicRoughness" : {
44          }
45       },
46       {
47          "name" : "AnimatedCube2",
48          "pbrMetallicRoughness" : {
49          }
50       }
51    ],
52    "meshes" : [
53       {
54          "name" : "AnimatedCube",
55          "primitives" : [
56             {
57                "attributes" : {
58                   "POSITION" : 0
59                }
60             }
61          ]
62       }
63    ],
64    "nodes" : [
65       {
66          "mesh" : 0,
67          "name" : "AnimatedCube",
68          "rotation" : [
69             0.000000,
70             -1.000000,
71             0.000000,
72             0.000000
73          ]
74       }
75    ],
76    "scene" : 0,
77    "scenes" : [
78       {
79          "nodes" : [
80             0
81          ]
82       }
83    ]
84 }