@@ -1091,6 +1091,7 @@ export class Engine {
}
// GL
+ options.disableWebGL2Support = true;
if (!options.disableWebGL2Support) {
try {
this._gl = <any>(canvas.getContext("webgl2", options) || canvas.getContext("experimental-webgl2", options));
@@ -580,8 +580,7 @@
},
{
"title": "PBR rough",
- "scriptToRun": "/Demos/PBRRough/index.js",
- "functionToCall": "CreatePBRRoughScene",
+ "playgroundId": "#PI9IE8#0",
"referenceImage": "pbrrough.png"