beta.r3js.org
-=yb4f310 2018-05-10 20:43:27 +02:00
parent 08a448ae4b
commit cc0cc8095f
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ R3.API.Controls = function(
switch (this.controlsType) {
case R3.API.Controls.CONTROLS_TYPE_TOUCH :
name = 'Controls Editor';
name = 'Controls Touch';
break;
case R3.API.Controls.CONTROLS_TYPE_KEYBOARD :
name = 'Controls Keyboard';

View File

@ -179,7 +179,7 @@ R3.AR.prototype.createInstance = function() {
function initialized() {
delete this.video.instance;
this.arToolkitSource.domElement.setAttribute('muted', '');
this.video.instance = this.arToolkitSource.domElement;