dont add video by default

beta.r3js.org
-=ybafelo 2018-05-14 09:51:58 +02:00
parent 82a8d93ddc
commit 363eeda56a
1 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,8 @@ R3.AR.prototype.createInstance = function() {
);
if (renderConfiguration.activeScenes.indexOf(this.videoScene) === -1) {
renderConfiguration.activeScenes.unshift(this.videoScene);
console.log('not adding video scene to default active scenes');
//renderConfiguration.activeScenes.unshift(this.videoScene);
}
}.bind(this)