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

Applied @alteredq changes to extrude spline example.

上级 f7f67c0b
......@@ -451,12 +451,13 @@
tubeMesh = THREE.SceneUtils.createMultiMaterialObject(geometry, [
new THREE.MeshLambertMaterial({
color: color,
opacity: 0.2
opacity: 0.2,
transparent: true
}),
new THREE.MeshBasicMaterial({
color: 0x000000,
wireframe: true,
transparent: true
opacity: 0.3,
wireframe: true
})]);
if (geometry.debug) tubeMesh.add(geometry.debug);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册