Explorar el Código

Increase render count for glTF validation

Gary Hsu hace 7 años
padre
commit
b93a6ea110
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      tests/validation/config.json

+ 3 - 3
tests/validation/config.json

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