Skip to content
Snippets Groups Projects
Commit 2eb12d17 authored by Sandro Weber's avatar Sandro Weber
Browse files

should fix any further errors for undefined render container callback

Change-Id: I1e9dc395629aba9143ae664ec8447edbf07b0cf5
parent dcfa1282
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ GZ3D.MultiView.prototype.init = function()
this.mainContainer.appendChild(this.gz3dScene.getDomElement());
}
this.createRenderContainerCallback = function() {
return document.createElement('div');
};
this.createMainUserView();
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment