|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "root": "https://cdn.rawgit.com/BabylonJS/Website/06ecbea7",
|
|
|
+ "root": "https://rawgit.com/BabylonJS/Website/master",
|
|
|
"tests": [
|
|
|
{
|
|
|
"title": "Sponza",
|
|
@@ -158,6 +158,14 @@
|
|
|
"replace": "/ground, /Ground"
|
|
|
},
|
|
|
{
|
|
|
+ "title": "point light shadows",
|
|
|
+ "renderCount": 10,
|
|
|
+ "scriptToRun": "/Demos/PointLightShadowMap/pointLightShadows.js",
|
|
|
+ "functionToCall": "CreatePointLightShadowScene",
|
|
|
+ "referenceImage": "pointLightShadows.png",
|
|
|
+ "replace": "/ground, /Ground"
|
|
|
+ },
|
|
|
+ {
|
|
|
"title": "Displacement map",
|
|
|
"scriptToRun": "/Demos/DisplacementMap/displacementMap.js",
|
|
|
"functionToCall": "CreateDisplacementTestScene",
|