Преглед на файлове

Increase render count for glTF validation

Gary Hsu преди 7 години
родител
ревизия
b93a6ea110
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      tests/validation/config.json

+ 3 - 3
tests/validation/config.json

@@ -182,21 +182,21 @@
     },
     {
       "title": "GLTF Normals",
-      "renderCount": 10,
+      "renderCount": 20,
       "scriptToRun": "/Demos/GLTFNormals/index.js",
       "functionToCall": "createScene",
       "referenceImage": "gltfnormals.png"
     },
     {
       "title": "PBR glossy",
-      "renderCount": 10,
+      "renderCount": 20,
       "scriptToRun": "/Demos/PBRGlossy/index.js",
       "functionToCall": "CreatePBRGlossyScene",
       "referenceImage": "pbrglossy.png"
     },
     {
       "title": "PBR rough",
-      "renderCount": 10,
+      "renderCount": 20,
       "scriptToRun": "/Demos/PBRRough/index.js",
       "functionToCall": "CreatePBRRoughScene",
       "referenceImage": "PBRRough.png"