Skip to content

Commit 0b113d6

Browse files
committed
Merge pull request #4 from nicclas/master
Small fix for Three.js revision 61 and above
2 parents 4081110 + 485f105 commit 0b113d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

threejs-layer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ ThreejsLayer.prototype.initialize = function(options){
9797
this.scene = new THREE.Scene();
9898

9999
this.renderer = new THREE.WebGLRenderer({
100+
alpha: true,
100101
clearColor: 0x000000,
101102
clearAlpha: 0
102103
});

0 commit comments

Comments
 (0)