From 363eeda56ac79c1e9b494b16c7e7dab3487b7f62 Mon Sep 17 00:00:00 2001 From: -=ybafelo Date: Mon, 14 May 2018 09:51:58 +0200 Subject: [PATCH] dont add video by default --- src/r3-ar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/r3-ar.js b/src/r3-ar.js index 114de1c..d711b14 100644 --- a/src/r3-ar.js +++ b/src/r3-ar.js @@ -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)