Skip to content

Commit

Permalink
Examples: Fix transparency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Feb 9, 2019
1 parent 0005a67 commit b75e238
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/webaudio_orientation.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@
mesh.receiveShadow = true;
scene.add( mesh );

var grid = new THREE.GridHelper( 50, 50, 0x000000, 0x000000 );
grid.material.opacity = 0.2;
grid.material.transparent = true;
var grid = new THREE.GridHelper( 50, 50, 0x444444, 0x444444 );
scene.add( grid );

//
Expand Down

0 comments on commit b75e238

Please sign in to comment.