Fix the valid condition of text update
[platform/core/uifw/dali-toolkit.git] / automated-tests / resources / AnimatedCube.gltf
index 2f78e20..7787c04 100644 (file)
@@ -1,4 +1,9 @@
 {
+   "extensionsUsed" : [
+       "KHR_materials_specular",
+       "KHR_materials_ior"
+   ],
+
    "accessors" : [
       {
          "bufferView" : 0,
    ],
    "materials" : [
       {
+         "extensions" : {
+            "KHR_materials_specular" : {
+               "specularColorFactor" : [
+                  0,
+                  0,
+                  1
+               ],
+               "specularFactor" : 0.5,
+               "specularTexture": {
+                "index": 0
+               },
+               "specularColorTexture": {
+                "index": 0
+               }
+             },
+             "KHR_materials_ior" : {
+                 "ior" : 1.0
+             }
+         },
          "name" : "AnimatedCube",
          "pbrMetallicRoughness" : {
             "baseColorTexture" : {
                "index" : 0
             },
-            "metallicRoughnessTexture" : {
-               "index" : 1
-            },
             "baseColorFactor": [ 1.000, 0.766, 0.336, 1.0 ],
             "metallicFactor": 1.0,
             "roughnessFactor": 0.0
       },
       {
          "mesh" : 1,
-         "name" : "AnimatedCube2"
+         "name" : "AnimatedCube"
       },
       {