Переглянути джерело

added Trevor's changes for async playground support in validation

Kacey Coley 7 роки тому
батько
коміт
04919c4dc9

BIN
tests/validation/ReferenceImages/glTFSerializerTextureTransform.png


+ 6 - 1
tests/validation/config.json

@@ -1,6 +1,6 @@
 {
   "root": "https://rawgit.com/BabylonJS/Website/master",
-  "tests": [  
+  "tests": [ 
     {
       "title": "Clip planes",
       "playgroundId": "#Y6W087#0",
@@ -313,6 +313,11 @@
       "referenceImage": "gltfMaterialSpecularGlossiness.png"
     },
     {
+      "title": "GLTF Serializer Texture Transform",
+      "playgroundId": "#S5SWJB#32",
+      "referenceImage": "glTFSerializerTextureTransform.png"
+    }, 
+    {
       "title": "GLTF Texture Sampler",
       "scriptToRun": "/Demos/GLTFTests/index.js",
       "functionToCall": "createTextureSamplerScene",