浏览代码

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"