config.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. {
  2. "root": "https://cdn.babylonjs.com",
  3. "tests": [
  4. {
  5. "title": "Procedural texture with NME",
  6. "renderCount": 10,
  7. "playgroundId": "#8S19ZC#1",
  8. "referenceImage": "procedural_nme.png"
  9. },
  10. {
  11. "title": "EXT_texture_webp",
  12. "playgroundId": "#LSAUH2#2",
  13. "referenceImage": "webp.png"
  14. },
  15. {
  16. "title": "CSGVertColor",
  17. "playgroundId": "#R0H1IX#0",
  18. "referenceImage": "csgVertColor.png"
  19. },
  20. {
  21. "title": "Particle subemitters",
  22. "playgroundId": "#1LK70I#20",
  23. "renderCount": 50,
  24. "referenceImage": "subemitters.png"
  25. },
  26. {
  27. "title": "Black and White post-process",
  28. "playgroundId": "#N55Q2M#0",
  29. "referenceImage": "bwpp.png"
  30. },
  31. {
  32. "title": "Sprite maps",
  33. "playgroundId": "#ARLADE#23",
  34. "referenceImage": "sprite-maps.png",
  35. "excludeFromAutomaticTesting": true
  36. },
  37. {
  38. "title": "Point light shadows",
  39. "playgroundId": "#U2F7P9#4",
  40. "referenceImage": "point-light-shadows.png"
  41. },
  42. {
  43. "title": "Node material #0",
  44. "playgroundId": "#M5VQE9#20",
  45. "referenceImage": "node-material0.png",
  46. "renderCount": 5,
  47. "excludeFromAutomaticTesting": true
  48. },
  49. {
  50. "title": "Node material #1",
  51. "playgroundId": "#QJ71C6#1",
  52. "referenceImage": "node-material1.png",
  53. "renderCount": 20
  54. },
  55. {
  56. "title": "Node material #2",
  57. "playgroundId": "#WYM31D#4",
  58. "referenceImage": "node-material2.png"
  59. },
  60. {
  61. "title": "Node material #3",
  62. "playgroundId": "#LWGVT0#2",
  63. "referenceImage": "node-material3.png"
  64. },
  65. {
  66. "title": "Node material #4",
  67. "playgroundId": "#ZYGRII#1",
  68. "referenceImage": "node-material4.png"
  69. },
  70. {
  71. "title": "Node material #5",
  72. "playgroundId": "#V8VH7B#0",
  73. "referenceImage": "node-material5.png"
  74. },
  75. {
  76. "title": "Node material #6",
  77. "playgroundId": "#2XY3Z4#0",
  78. "referenceImage": "node-material6.png"
  79. },
  80. {
  81. "title": "Node material PBR 1",
  82. "playgroundId": "#D8AK3Z#15",
  83. "referenceImage": "node-material-pbr-1.png"
  84. },
  85. {
  86. "title": "Basis loader",
  87. "playgroundId": "#4RN0VF#0",
  88. "referenceImage": "basis.png"
  89. },
  90. {
  91. "title": "Unindexed mesh",
  92. "playgroundId": "#4IHSY2#0",
  93. "referenceImage": "unindexedmesh.png"
  94. },
  95. {
  96. "title": "LOD + Billboards + Instances",
  97. "playgroundId": "#UAIZCS#0",
  98. "referenceImage": "lodbillboardinstances.png"
  99. },
  100. {
  101. "title": "Nested BBG",
  102. "playgroundId": "#ZG0C8B#1",
  103. "renderCount": 10,
  104. "referenceImage": "nested_BBG.png"
  105. },
  106. {
  107. "title": "Weighted animations",
  108. "playgroundId": "#LL5BIQ#72",
  109. "renderCount": 50,
  110. "referenceImage": "weighted animations.png"
  111. },
  112. {
  113. "title": "Anisotropic",
  114. "playgroundId": "#MAXCNU#1",
  115. "referenceImage": "anisotropic.png"
  116. },
  117. {
  118. "title": "Clear Coat",
  119. "playgroundId": "#YACNQS#2",
  120. "referenceImage": "clearCoat.png"
  121. },
  122. {
  123. "title": "GUI Transform StackPanel",
  124. "playgroundId": "#BS60AB#0",
  125. "referenceImage": "TransformStackPanel.png"
  126. },
  127. {
  128. "title": "GUI StackPanel",
  129. "playgroundId": "#LLVZ90#0",
  130. "referenceImage": "StackPanel.png"
  131. },
  132. {
  133. "title": "Camera rig",
  134. "playgroundId": "#ATL1CS#12",
  135. "referenceImage": "cameraRig.png"
  136. },
  137. {
  138. "title": "Sliders",
  139. "playgroundId": "#HATGQZ#3",
  140. "referenceImage": "Sliders.png",
  141. "excludeFromAutomaticTesting": true
  142. },
  143. {
  144. "title": "Pointers",
  145. "playgroundId": "#1GLEJK#5",
  146. "referenceImage": "pointers.png",
  147. "excludeFromAutomaticTesting": true
  148. },
  149. {
  150. "title": "LineEdgesRenderer",
  151. "playgroundId": "#T90MQ4#1",
  152. "renderCount": 50,
  153. "referenceImage": "LineEdgesRenderer.png"
  154. },
  155. {
  156. "title": "Solid particle system",
  157. "playgroundId": "#WCDZS#92",
  158. "renderCount": 150,
  159. "referenceImage": "sps.png"
  160. },
  161. {
  162. "title": "Simulate pointer",
  163. "playgroundId": "#8MGKWK#269",
  164. "referenceImage": "simulatePointer.png"
  165. },
  166. {
  167. "title": "Color Grading",
  168. "playgroundId": "#8EDB5N#2",
  169. "referenceImage": "colorGrading.png"
  170. },
  171. {
  172. "title": "Ribbon morphing",
  173. "playgroundId": "#ACKC2#1",
  174. "renderCount": 50,
  175. "referenceImage": "ribbon morphing.png"
  176. },
  177. {
  178. "title": "Clip planes",
  179. "playgroundId": "#Y6W087#0",
  180. "referenceImage": "clipplanes.png"
  181. },
  182. {
  183. "title": "ShadowOnlyMaterial",
  184. "playgroundId": "#1KF7V1#18",
  185. "referenceImage": "shadowOnlyMaterial.png"
  186. },
  187. {
  188. "title": "Gizmos",
  189. "playgroundId": "#8GY6J8#48",
  190. "renderCount": 50,
  191. "referenceImage": "Gizmos.png"
  192. },
  193. {
  194. "title": "GUI3D SpherePanel",
  195. "playgroundId": "#HB4C01#9",
  196. "renderCount": 50,
  197. "referenceImage": "spherepanel.png"
  198. },
  199. {
  200. "title": "Particle Helper",
  201. "playgroundId": "#1VGT5D#2",
  202. "renderCount": 50,
  203. "referenceImage": "particle_helper.png"
  204. },
  205. {
  206. "title": "Chibi Rex",
  207. "playgroundId": "#QATUCH#11",
  208. "renderCount": 50,
  209. "referenceImage": "chibi_rex.png"
  210. },
  211. {
  212. "title": "Yeti",
  213. "playgroundId": "#QATUCH#3",
  214. "renderCount": 150,
  215. "referenceImage": "yeti.png"
  216. },
  217. {
  218. "title": "Sponza",
  219. "sceneFolder": "/Scenes/Sponza/",
  220. "sceneFilename": "Sponza.babylon",
  221. "referenceImage": "Sponza.png"
  222. },
  223. {
  224. "title": "Windows cafe",
  225. "sceneFolder": "/Scenes/WCafe/",
  226. "sceneFilename": "WCafe.babylon",
  227. "referenceImage": "WCafe.png"
  228. },
  229. {
  230. "title": "Espilit",
  231. "sceneFolder": "/Scenes/Espilit/",
  232. "sceneFilename": "espilit.babylon",
  233. "referenceImage": "Espilit.png"
  234. },
  235. {
  236. "title": "The car",
  237. "sceneFolder": "/Scenes/TheCar/",
  238. "sceneFilename": "TheCar.binary.babylon",
  239. "referenceImage": "TheCar.png",
  240. "errorRatio": 5
  241. },
  242. {
  243. "title": "Viper",
  244. "sceneFolder": "/Scenes/Viper/",
  245. "sceneFilename": "Viper.babylon",
  246. "referenceImage": "Viper.png"
  247. },
  248. {
  249. "title": "Retail",
  250. "sceneFolder": "/Scenes/Retail/",
  251. "sceneFilename": "Retail.babylon",
  252. "referenceImage": "retail.png"
  253. },
  254. {
  255. "title": "Hill Valley",
  256. "sceneFolder": "/Scenes/hillvalley/",
  257. "sceneFilename": "HillValley.incremental.babylon",
  258. "referenceImage": "Hillvalley.png"
  259. },
  260. {
  261. "title": "Heart",
  262. "sceneFolder": "/Scenes/Heart/",
  263. "sceneFilename": "Heart.babylon",
  264. "referenceImage": "Heart.png"
  265. },
  266. {
  267. "title": "Mansion",
  268. "sceneFolder": "/Scenes/Mansion/",
  269. "sceneFilename": "Mansion.babylon",
  270. "referenceImage": "mansion.png",
  271. "excludeFromAutomaticTesting": true
  272. },
  273. {
  274. "title": "SpaceDeK",
  275. "sceneFolder": "/Scenes/SpaceDek/",
  276. "sceneFilename": "SpaceDek.babylon",
  277. "referenceImage": "SpaceDeK.png",
  278. "errorRatio": 5
  279. },
  280. {
  281. "title": "Flat2009",
  282. "sceneFolder": "/Scenes/Flat2009/",
  283. "sceneFilename": "Flat2009.babylon",
  284. "referenceImage": "Flat2009.png"
  285. },
  286. {
  287. "title": "CSG",
  288. "scriptToRun": "/Demos/CSG/csg.js",
  289. "functionToCall": "CreateCSGTestScene",
  290. "referenceImage": "csg.png"
  291. },
  292. {
  293. "title": "Charting",
  294. "renderCount": 20,
  295. "scriptToRun": "/Demos/Charting/charting.js",
  296. "functionToCall": "CreateChartingTestScene",
  297. "referenceImage": "charting.png"
  298. },
  299. {
  300. "title": "Fog",
  301. "scriptToRun": "/Demos/Fog/fog.js",
  302. "functionToCall": "CreateFogScene",
  303. "referenceImage": "fog.png"
  304. },
  305. {
  306. "title": "Polygon",
  307. "scriptToRun": "/Demos/Polygon/polygon.js",
  308. "functionToCall": "CreatePolygonScene",
  309. "referenceImage": "polygon.png"
  310. },
  311. {
  312. "title": "Soft Shadows",
  313. "playgroundId": "#0YYQ3N#0",
  314. "referenceImage": "softShadows.png"
  315. },
  316. {
  317. "title": "Soft Shadows (Right Handed)",
  318. "playgroundId": "#0YYQ3N#2",
  319. "referenceImage": "softShadowsRightHanded.png"
  320. },
  321. {
  322. "title": "Fresnel",
  323. "playgroundId": "#603JUZ#1",
  324. "referenceImage": "fresnel.png"
  325. },
  326. {
  327. "title": "Highlights",
  328. "scriptToRun": "/Demos/Highlights/highlights.js",
  329. "functionToCall": "CreateHighlightsScene",
  330. "referenceImage": "highlights.png",
  331. "rootPath": "/Demos/Highlights/",
  332. "replaceUrl": "room.hdr, reflectivity.png, albedo.png"
  333. },
  334. {
  335. "title": "Lines",
  336. "scriptToRun": "/Demos/Lines/lines.js",
  337. "functionToCall": "CreateLinesTestScene",
  338. "referenceImage": "lines.png",
  339. "replace": "updateVerticesDataDirectly, updateVerticesData"
  340. },
  341. {
  342. "title": "Capsule",
  343. "renderCount": 10,
  344. "playgroundId": "#JAFIIU#2",
  345. "referenceImage": "CreateCapsule.png"
  346. },
  347. {
  348. "title": "Bones",
  349. "scriptToRun": "/Demos/Bones/bones.js",
  350. "functionToCall": "CreateBonesTestScene",
  351. "referenceImage": "bones.png",
  352. "replace": "Dude.babylon, dude.babylon"
  353. },
  354. {
  355. "title": "LOD",
  356. "renderCount": 10,
  357. "playgroundId": "#FFMFW5#0",
  358. "referenceImage": "lod.png",
  359. "errorRatio": 5
  360. },
  361. {
  362. "title": "Lens",
  363. "scriptToRun": "/Demos/Lens/lensFlares.js",
  364. "functionToCall": "CreateLensFlaresTestScene",
  365. "referenceImage": "lens.png",
  366. "rootPath": "/Demos/Lens/",
  367. "replaceUrl": "lens4.png, lens5.png"
  368. },
  369. {
  370. "title": "Self shadowing",
  371. "scriptToRun": "/Demos/SelfShadowing/shadows.js",
  372. "functionToCall": "CreateShadowsTestScene",
  373. "referenceImage": "selfShadowing.png"
  374. },
  375. {
  376. "title": "Advanced shadows",
  377. "renderCount": 20,
  378. "playgroundId": "#SLV8LW#0",
  379. "referenceImage": "advancedShadows.png"
  380. },
  381. {
  382. "title": "Advanced shadows (right handed)",
  383. "renderCount": 20,
  384. "playgroundId": "#B48X7G#32",
  385. "referenceImage": "advancedShadows2.png"
  386. },
  387. {
  388. "title": "point light shadows",
  389. "playgroundId": "#XDNVAY#1",
  390. "referenceImage": "pointLightShadows.png"
  391. },
  392. {
  393. "title": "Shadow depth wrappers",
  394. "playgroundId": "#PNQRY1#9",
  395. "referenceImage": "shadowDepthWrappers.png",
  396. "renderCount": 20
  397. },
  398. {
  399. "title": "Displacement map",
  400. "scriptToRun": "/Demos/DisplacementMap/displacementMap.js",
  401. "functionToCall": "CreateDisplacementTestScene",
  402. "referenceImage": "displacementMap.png",
  403. "replace": "/Scenes/Customs/skybox/, https://cdn.rawgit.com/BabylonJS/Website/06ecbea7/Assets/skybox/"
  404. },
  405. {
  406. "title": "Normals",
  407. "playgroundId": "#WXKLLJ#2",
  408. "referenceImage": "normals.png"
  409. },
  410. {
  411. "title": "Custom render target",
  412. "renderCount": 20,
  413. "scriptToRun": "/Demos/CustomRenderTarget/customRenderTarget.js",
  414. "functionToCall": "CreateCustomRenderTargetTestScene",
  415. "referenceImage": "customRTT.png"
  416. },
  417. {
  418. "title": "Draco Mesh Compression",
  419. "playgroundId": "#22MFU2#4",
  420. "referenceImage": "draco.png"
  421. },
  422. {
  423. "title": "GLTF Normals",
  424. "playgroundId": "#SMEAEB#0",
  425. "referenceImage": "gltfnormals.png"
  426. },
  427. {
  428. "title": "GLTF Animation Node",
  429. "playgroundId": "#DS8AA7#18",
  430. "replace": "__folder__, Animation_Node, __page__, 0",
  431. "referenceImage": "gltfAnimationNode.png"
  432. },
  433. {
  434. "title": "GLTF Animation Node Misc",
  435. "playgroundId": "#DS8AA7#18",
  436. "replace": "__folder__, Animation_NodeMisc, __page__, 0",
  437. "referenceImage": "gltfAnimationNodeMisc.png"
  438. },
  439. {
  440. "title": "GLTF Animation Skin (0)",
  441. "playgroundId": "#DS8AA7#18",
  442. "replace": "__folder__, Animation_Skin, __page__, 0",
  443. "referenceImage": "gltfAnimationSkin0.png"
  444. },
  445. {
  446. "title": "GLTF Animation Skin (1)",
  447. "playgroundId": "#DS8AA7#18",
  448. "replace": "__folder__, Animation_Skin, __page__, 1",
  449. "referenceImage": "gltfAnimationSkin1.png"
  450. },
  451. {
  452. "title": "GLTF Animation Skin Type",
  453. "playgroundId": "#DS8AA7#18",
  454. "replace": "__folder__, Animation_SkinType, __page__, 0",
  455. "referenceImage": "gltfAnimationSkinType.png"
  456. },
  457. {
  458. "title": "GLTF Buffer Interleaved",
  459. "playgroundId": "#DS8AA7#18",
  460. "replace": "__folder__, Buffer_Interleaved, __page__, 0",
  461. "referenceImage": "gltfBufferInterleaved.png"
  462. },
  463. {
  464. "title": "GLTF Material",
  465. "playgroundId": "#DS8AA7#18",
  466. "replace": "__folder__, Material, __page__, 0",
  467. "referenceImage": "gltfMaterial.png"
  468. },
  469. {
  470. "title": "GLTF Material Alpha Blend",
  471. "playgroundId": "#DS8AA7#18",
  472. "replace": "__folder__, Material_AlphaBlend, __page__, 0",
  473. "referenceImage": "gltfMaterialAlphaBlend.png"
  474. },
  475. {
  476. "title": "GLTF Material Alpha Mask",
  477. "playgroundId": "#DS8AA7#18",
  478. "replace": "__folder__, Material_AlphaMask, __page__, 0",
  479. "referenceImage": "gltfMaterialAlphaMask.png"
  480. },
  481. {
  482. "title": "GLTF Material Double Sided (Front)",
  483. "playgroundId": "#DS8AA7#18",
  484. "replace": "__folder__, Material_DoubleSided, __page__, 0",
  485. "referenceImage": "gltfMaterialDoubleSidedFront.png"
  486. },
  487. {
  488. "title": "GLTF Material Double Sided (Back)",
  489. "playgroundId": "#DS8AA7#18",
  490. "replace": "__folder__, Material_DoubleSided, __page__, 0, alpha = Math.PI / 2, alpha = -Math.PI / 2",
  491. "referenceImage": "gltfMaterialDoubleSidedBack.png"
  492. },
  493. {
  494. "title": "GLTF Material Metallic Roughness (0)",
  495. "playgroundId": "#DS8AA7#18",
  496. "replace": "__folder__, Material_MetallicRoughness, __page__, 0",
  497. "referenceImage": "gltfMaterialMetallicRoughness0.png"
  498. },
  499. {
  500. "title": "GLTF Material Metallic Roughness (1)",
  501. "playgroundId": "#DS8AA7#18",
  502. "replace": "__folder__, Material_MetallicRoughness, __page__, 1",
  503. "referenceImage": "gltfMaterialMetallicRoughness1.png"
  504. },
  505. {
  506. "title": "GLTF Material Mixed",
  507. "playgroundId": "#DS8AA7#18",
  508. "replace": "__folder__, Material_Mixed, __page__, 0",
  509. "referenceImage": "gltfMaterialMixed.png"
  510. },
  511. {
  512. "title": "GLTF Material Specular Glossiness (0)",
  513. "playgroundId": "#DS8AA7#18",
  514. "replace": "__folder__, Material_SpecularGlossiness, __page__, 0",
  515. "referenceImage": "gltfMaterialSpecularGlossiness0.png"
  516. },
  517. {
  518. "title": "GLTF Material Specular Glossiness (1)",
  519. "playgroundId": "#DS8AA7#18",
  520. "replace": "__folder__, Material_SpecularGlossiness, __page__, 1",
  521. "referenceImage": "gltfMaterialSpecularGlossiness1.png"
  522. },
  523. {
  524. "title": "GLTF Mesh Primitive Attribute",
  525. "playgroundId": "#DS8AA7#18",
  526. "replace": "__folder__, Mesh_PrimitiveAttribute, __page__, 0",
  527. "referenceImage": "gltfMeshPrimitiveAttribute.png"
  528. },
  529. {
  530. "title": "GLTF Mesh Primitive Mode (0)",
  531. "playgroundId": "#DS8AA7#18",
  532. "replace": "__folder__, Mesh_PrimitiveMode, __page__, 0",
  533. "referenceImage": "gltfMeshPrimitiveMode0.png"
  534. },
  535. {
  536. "title": "GLTF Mesh Primitive Mode (1)",
  537. "playgroundId": "#DS8AA7#18",
  538. "replace": "__folder__, Mesh_PrimitiveMode, __page__, 1",
  539. "referenceImage": "gltfMeshPrimitiveMode1.png"
  540. },
  541. {
  542. "title": "GLTF Mesh Primitive Vertex Color",
  543. "playgroundId": "#DS8AA7#18",
  544. "replace": "__folder__, Mesh_PrimitiveVertexColor, __page__, 0",
  545. "referenceImage": "gltfMeshPrimitiveVertexColor.png"
  546. },
  547. {
  548. "title": "GLTF Mesh Primitives",
  549. "playgroundId": "#DS8AA7#18",
  550. "replace": "__folder__, Mesh_Primitives, __page__, 0",
  551. "referenceImage": "gltfMeshPrimitives.png"
  552. },
  553. {
  554. "title": "GLTF Mesh Primitives UV (0)",
  555. "playgroundId": "#DS8AA7#18",
  556. "replace": "__folder__, Mesh_PrimitivesUV, __page__, 0",
  557. "referenceImage": "gltfMeshPrimitivesUV0.png"
  558. },
  559. {
  560. "title": "GLTF Mesh Primitives UV (1)",
  561. "playgroundId": "#DS8AA7#18",
  562. "replace": "__folder__, Mesh_PrimitivesUV, __page__, 1",
  563. "referenceImage": "gltfMeshPrimitivesUV1.png"
  564. },
  565. {
  566. "title": "GLTF Node Attribute (0)",
  567. "playgroundId": "#DS8AA7#18",
  568. "replace": "__folder__, Node_Attribute, __page__, 0",
  569. "referenceImage": "gltfNodeAttribute0.png"
  570. },
  571. {
  572. "title": "GLTF Node Attribute (1)",
  573. "playgroundId": "#DS8AA7#18",
  574. "replace": "__folder__, Node_Attribute, __page__, 1",
  575. "referenceImage": "gltfNodeAttribute1.png"
  576. },
  577. {
  578. "title": "GLTF Node NegativeScale (0)",
  579. "playgroundId": "#DS8AA7#18",
  580. "replace": "__folder__, Node_NegativeScale, __page__, 0",
  581. "referenceImage": "gltfNodeNegativeScale0.png"
  582. },
  583. {
  584. "title": "GLTF Node NegativeScale (1)",
  585. "playgroundId": "#DS8AA7#18",
  586. "replace": "__folder__, Node_NegativeScale, __page__, 1",
  587. "referenceImage": "gltfNodeNegativeScale1.png"
  588. },
  589. {
  590. "title": "GLTF Texture Sampler (0)",
  591. "playgroundId": "#DS8AA7#18",
  592. "replace": "__folder__, Texture_Sampler, __page__, 0",
  593. "referenceImage": "gltfTextureSampler0.png"
  594. },
  595. {
  596. "title": "GLTF Texture Sampler (1)",
  597. "playgroundId": "#DS8AA7#18",
  598. "replace": "__folder__, Texture_Sampler, __page__, 1",
  599. "referenceImage": "gltfTextureSampler1.png"
  600. },
  601. {
  602. "title": "GLTF Sheen",
  603. "playgroundId": "#YG3BBF#2",
  604. "referenceImage": "glTFSheen.png"
  605. },
  606. {
  607. "title": "GLTF ClearCoat",
  608. "playgroundId": "#YG3BBF#1",
  609. "referenceImage": "glTFClearCoat.png"
  610. },
  611. {
  612. "title": "GLTF Serializer with Negative World Matrix",
  613. "playgroundId": "#KX53VK#35",
  614. "referenceImage": "glTFSerializerNegativeWorldMatrix.png",
  615. "errorRatio": 1.1
  616. },
  617. {
  618. "title": "GLTF Serializer with Negative World Matrix (Right Handed)",
  619. "playgroundId": "#KX53VK#36",
  620. "referenceImage": "glTFSerializerNegativeWorldMatrix_Right.png",
  621. "errorRatio": 1.1
  622. },
  623. {
  624. "title": "GLTF Serializer Skinning and Animation",
  625. "playgroundId": "#DMZBX1#1",
  626. "referenceImage": "gltfSerializerSkinningAndAnimation.png"
  627. },
  628. {
  629. "title": "GLTF Serializer Skinning and Animation (Right Handed)",
  630. "playgroundId": "#DMZBX1#2",
  631. "referenceImage": "gltfSerializerSkinningAndAnimation.png"
  632. },
  633. {
  634. "title": "GLTF Serializer Morph Target Animation",
  635. "playgroundId": "#84M2SR#23",
  636. "referenceImage": "gltfSerializerMorphTargetAnimation.png"
  637. },
  638. {
  639. "title": "GLTF Serializer Morph Target Animation Group",
  640. "playgroundId": "#T087A8#27",
  641. "referenceImage": "gltfSerializerMorphTargetAnimationGroup.png"
  642. },
  643. {
  644. "title": "GLTF Buggy with Draco Mesh Compression",
  645. "playgroundId": "#JNW207#1",
  646. "referenceImage": "gltfBuggyDraco.png"
  647. },
  648. {
  649. "title": "GLTF BoomBox with Unlit Material",
  650. "playgroundId": "#GYM97C#2",
  651. "referenceImage": "gltfUnlit.png"
  652. },
  653. {
  654. "title": "GLTF Extension KHR_texture_transform",
  655. "playgroundId": "#RNT7K4#2",
  656. "referenceImage": "gltfExtensionKhrTextureTransform.png"
  657. },
  658. {
  659. "title": "Asset Containers",
  660. "playgroundId": "#P3U079#19",
  661. "referenceImage": "assetContainer.png"
  662. },
  663. {
  664. "title": "Enable disable post process",
  665. "playgroundId": "#1VI6WV#19",
  666. "renderCount": 50,
  667. "referenceImage": "enableDisablePostProcess.png"
  668. },
  669. {
  670. "title": "Sharpen",
  671. "playgroundId": "#NAW8EA#1",
  672. "renderCount": 20,
  673. "referenceImage": "sharpen.png"
  674. },
  675. {
  676. "title": "Depth of field",
  677. "playgroundId": "#IDSQK2#53",
  678. "renderCount": 20,
  679. "referenceImage": "depthOfField.png"
  680. },
  681. {
  682. "title": "Chromatic aberration",
  683. "playgroundId": "#NAW8EA#0",
  684. "renderCount": 20,
  685. "referenceImage": "chromaticAberration.png"
  686. },
  687. {
  688. "title": "Default pipeline",
  689. "playgroundId": "#NAW8EA#6",
  690. "renderCount": 20,
  691. "referenceImage": "defaultPipeline.png"
  692. },
  693. {
  694. "title": "Kernel Blur",
  695. "playgroundId": "#Y0WKT0#0",
  696. "referenceImage": "KernelBlur.png"
  697. },
  698. {
  699. "title": "GLTF Mesh Primitive Attribute Test",
  700. "playgroundId": "#G1FXQ4#0",
  701. "referenceImage": "gltfMeshPrimAttribTest.png"
  702. },
  703. {
  704. "title": "PBR glossy",
  705. "playgroundId": "#DFQKIR#0",
  706. "referenceImage": "pbrglossy.png"
  707. },
  708. {
  709. "title": "PBR rough",
  710. "playgroundId": "#PI9IE8#4",
  711. "referenceImage": "pbrrough.png"
  712. },
  713. {
  714. "title": "Particles",
  715. "renderCount": 100,
  716. "playgroundId": "#G3ZYFU#2",
  717. "referenceImage": "particles.png"
  718. },
  719. {
  720. "title": "Reflection probes",
  721. "renderCount": 20,
  722. "scriptToRun": "/Demos/RefProbe/reflectionProbe.js",
  723. "functionToCall": "CreateReflectionProbeTestScene ",
  724. "referenceImage": "refprobe.png"
  725. },
  726. {
  727. "title": "PBRMetallicRoughnessMaterial",
  728. "playgroundId": "#2FDQT5#13",
  729. "referenceImage": "PBRMetallicRoughnessMaterial.png"
  730. },
  731. {
  732. "title": "PBRSpecularGlossinessMaterial",
  733. "playgroundId": "#Z1VL3V#4",
  734. "referenceImage": "PBRSpecularGlossinessMaterial.png"
  735. },
  736. {
  737. "title": "PBR",
  738. "playgroundId": "#LCA0Q4#27",
  739. "referenceImage": "pbr.png"
  740. },
  741. {
  742. "title": "PBR refraction",
  743. "playgroundId": "#LCA0Q4#26",
  744. "referenceImage": "pbr_refraction.png"
  745. },
  746. {
  747. "title": "PBR shader code coverage #1",
  748. "playgroundId": "#QI7TL3#16",
  749. "referenceImage": "pbr_codecoverage1.png"
  750. },
  751. {
  752. "title": "PBR shader code coverage #2",
  753. "playgroundId": "#QI7TL3#17",
  754. "referenceImage": "pbr_codecoverage2.png"
  755. },
  756. {
  757. "title": "PBR shader code coverage #3",
  758. "playgroundId": "#QI7TL3#18",
  759. "referenceImage": "pbr_codecoverage3.png"
  760. },
  761. {
  762. "title": "Texture cache",
  763. "playgroundId": "#20OAV9#237",
  764. "referenceImage": "texture cache.png"
  765. },
  766. {
  767. "title": "MultiSample render targets",
  768. "renderCount": 20,
  769. "playgroundId": "#12MKMN#0",
  770. "referenceImage": "MultiSample render targets.png"
  771. },
  772. {
  773. "title": "Default rendering pipeline",
  774. "playgroundId": "#5XB8YT#2",
  775. "referenceImage": "DefaultRenderingPipeline.png"
  776. },
  777. {
  778. "title": "Billboard",
  779. "playgroundId": "#UJEIL#13",
  780. "referenceImage": "Billboard.png"
  781. },
  782. {
  783. "title": "setParent",
  784. "playgroundId": "#JD49CT#2",
  785. "referenceImage": "setParent.png"
  786. },
  787. {
  788. "title": "GUI",
  789. "renderCount": 2,
  790. "scriptToRun": "/Demos/GUI/gui.js",
  791. "functionToCall": "createScene",
  792. "referenceImage": "GUI.png"
  793. },
  794. {
  795. "title": "Up Vector",
  796. "playgroundId": "#2FNBTG#27",
  797. "referenceImage": "upVector.png"
  798. },
  799. {
  800. "title": "Procedural textures",
  801. "scriptToRun": "/Demos/Procedural/proceduralTexture.js",
  802. "functionToCall": "CreateProceduralTextureTestScene",
  803. "referenceImage": "procedural.png",
  804. "replace": "./land, https://cdn.rawgit.com/BabylonJS/Website/06ecbea7/Demos/Procedural/land",
  805. "excludeFromAutomaticTesting": true
  806. },
  807. {
  808. "title": "Instances",
  809. "renderCount": 50,
  810. "scriptToRun": "/Demos/Instances/instances.js",
  811. "functionToCall": "CreateInstancesTestScene",
  812. "referenceImage": "instances.png",
  813. "replace": "ground., Ground.",
  814. "excludeFromAutomaticTesting": true
  815. },
  816. {
  817. "title": "Instanced Bones",
  818. "playgroundId": "#2YLJ1L#2",
  819. "referenceImage": "instancedBones.png"
  820. },
  821. {
  822. "title": "Thin Instances",
  823. "playgroundId": "#V1JE4Z#1",
  824. "referenceImage": "thinInstances.png"
  825. },
  826. {
  827. "title": "Light Projection Texture",
  828. "playgroundId": "#CQNGRK#0",
  829. "referenceImage": "LightProjectionTexture.png"
  830. },
  831. {
  832. "title": "GlowLayer",
  833. "playgroundId": "#LRFB2D#1",
  834. "referenceImage": "GlowLayer.png"
  835. },
  836. {
  837. "title": "Local cubemaps",
  838. "playgroundId": "#RNASML#4",
  839. "referenceImage": "local cubemaps.png"
  840. },
  841. {
  842. "title": "TGA",
  843. "playgroundId": "#ZI77S7#0",
  844. "referenceImage": "tga.png"
  845. },
  846. {
  847. "title": "DDS",
  848. "playgroundId": "#ZI77S7#3",
  849. "referenceImage": "dds.png"
  850. },
  851. {
  852. "title": "DDS2D",
  853. "playgroundId": "#I2MSBE#0",
  854. "referenceImage": "dds2d.png"
  855. },
  856. {
  857. "title": "LightFalloff",
  858. "playgroundId": "#20OAV9#201",
  859. "referenceImage": "lightFalloff.png"
  860. },
  861. {
  862. "title": "MeshSimplification",
  863. "playgroundId": "#1ED15P#35",
  864. "referenceImage": "meshSimplification.png"
  865. },
  866. {
  867. "title": "SSAO2",
  868. "playgroundId": "#XT1HAS#1",
  869. "referenceImage": "ssao2.png",
  870. "renderCount": 200,
  871. "excludeFromAutomaticTesting": true
  872. },
  873. {
  874. "title": "DepthRenderer",
  875. "playgroundId": "#3HPMAA#0",
  876. "renderCount": 50,
  877. "referenceImage": "depthRenderer.png"
  878. },
  879. {
  880. "title": "Edges",
  881. "playgroundId": "#TYAHX#114",
  882. "referenceImage": "edges.png"
  883. },
  884. {
  885. "title": "Outline",
  886. "playgroundId": "#10WJ5S#6",
  887. "referenceImage": "outline.png"
  888. },
  889. {
  890. "title": "Visibility",
  891. "playgroundId": "#PXC9CF#2",
  892. "referenceImage": "visibility.png"
  893. },
  894. {
  895. "title": "GLTF Extension EXT_mesh_gpu_instancing",
  896. "playgroundId": "#QFIGLW#9",
  897. "renderCount": 10,
  898. "referenceImage": "gltfExtensionExtMeshGpuInstancingTest.png"
  899. },
  900. {
  901. "title": "Realtime Filtering",
  902. "playgroundId": "#FEEK7G#118",
  903. "referenceImage": "realtimeFiltering.png"
  904. },
  905. {
  906. "title": "GLTF Extension KHR_materials_variants",
  907. "playgroundId": "#BKGTKL#3",
  908. "referenceImage": "gltfExtensionKhrMaterialsVariants.png"
  909. },
  910. {
  911. "title": "OBJ loader test",
  912. "playgroundId": "#SYQW69#311",
  913. "referenceImage": "objTestLoader.png",
  914. "renderCount": 10
  915. },
  916. {
  917. "title": "KTX2 decoder test",
  918. "playgroundId": "#EIJH8L#1",
  919. "referenceImage": "ktx2decoder.png",
  920. "excludeFromAutomaticTesting": true
  921. }
  922. ]
  923. }