We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf2f74 commit e274b53Copy full SHA for e274b53
src/xr-scene.js
@@ -95,7 +95,7 @@ class XRScene extends HTMLElement {
95
win.clear = () => {
96
if (win.ctx) {
97
win.ctx.binding = null;
98
- win.ctx.clearColor(0, 0, 0, 1);
+ win.ctx.clearColor(0, 0, 0, 0);
99
win.ctx.clear(win.ctx.COLOR_BUFFER_BIT|win.ctx.STENCIL_BUFFER_BIT|win.ctx.DEPTH_BUFFER_BIT);
100
}
101
};
0 commit comments