Skip to content

Commit 65a6f50

Browse files
committed
Added more demos to validation test suite
1 parent 5f7c072 commit 65a6f50

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed
-848 Bytes
Loading
107 Bytes
Loading
103 KB
Loading

tests/validation/config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,19 @@
172172
"referenceImage": "displacementMap.png",
173173
"replace": "/Scenes/Customs/skybox/, https://cdn.rawgit.com/BabylonJS/Website/06ecbea7/Assets/skybox/"
174174
},
175-
{
175+
{
176176
"title": "PBR glossy",
177177
"scriptToRun": "/Demos/PBRGlossy/index.js",
178178
"functionToCall": "CreatePBRGlossyScene",
179179
"referenceImage": "pbrglossy.png"
180180
},
181+
{
182+
"title": "PBR rough",
183+
"renderCount": 10,
184+
"scriptToRun": "/Demos/PBRRough/index.js",
185+
"functionToCall": "CreatePBRRoughScene",
186+
"referenceImage": "PBRRough.png"
187+
},
181188
{
182189
"title": "Water material (only visual check)",
183190
"renderCount": 10,

0 commit comments

Comments
 (0)