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 73ad20e commit 3c04695Copy full SHA for 3c04695
index.js
@@ -51,6 +51,7 @@ AFRAME.registerComponent("cubemap", {
51
uniforms: shader.uniforms,
52
depthWrite: false,
53
side: THREE.BackSide,
54
+ transparent: true
55
}).clone();
56
// Threejs seems to have removed the 'tCube' uniform.
57
// Workaround from: https://stackoverflow.com/a/59454999/6591491
0 commit comments