提交 5833764c 编写于 作者: M Mr.doob

Tweaked LOD text example so it's more obvious.

上级 3e3c2034
......@@ -96,7 +96,7 @@
light.position.normalize();
scene.addLight( light );
var wireMaterial = new THREE.MeshLambertMaterial( { color: 0x000000, wireframe: true } );
var wireMaterial = new THREE.MeshLambertMaterial( { color: 0xffffff, opacity: 0.5, wireframe: true } );
function getOptionsWithSegments(x,b, bevel) {
return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册