Browse Source

Fix espilit validation test

David Catuhe 8 years ago
parent
commit
505acb299f
2 changed files with 3 additions and 1 deletions
  1. BIN
      tests/validation/ReferenceImages/Espilit.png
  2. 3 1
      tests/validation/config.json

BIN
tests/validation/ReferenceImages/Espilit.png


+ 3 - 1
tests/validation/config.json

@@ -14,7 +14,8 @@
       "referenceImage": "WCafe.png"
     },
     {
-      "title": "Espilit",
+      "title": "Espilit",      
+      "renderCount": 10,
       "sceneFolder": "/Scenes/Espilit/",
       "sceneFilename": "Espilit.binary.babylon",
       "referenceImage": "Espilit.png"
@@ -174,6 +175,7 @@
     },
      {
       "title": "PBR glossy",
+      "renderCount": 10,
       "scriptToRun": "/Demos/PBRGlossy/index.js",
       "functionToCall": "CreatePBRGlossyScene",
       "referenceImage": "pbrglossy.png"