提交 b75e2380 编写于 作者: M Mugen87

Examples: Fix transparency issue

上级 0005a679
......@@ -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.
先完成此消息的编辑!
想要评论请 注册