未验证 提交 76e6d920 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #15747 from Mugen87/dev26

Examples: Fix transparency issue in webaudio_orientation
......@@ -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 );
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册