forked from JointCloud/JCC-RIP
This commit is contained in:
parent
486eb27a47
commit
c77d00d0da
|
@ -203,7 +203,7 @@ export default {
|
||||||
this.dynamicMaterial = new MeshLineMaterial({
|
this.dynamicMaterial = new MeshLineMaterial({
|
||||||
map: texture, // 材质
|
map: texture, // 材质
|
||||||
useMap: 0, // 使用材质
|
useMap: 0, // 使用材质
|
||||||
color: color,
|
// color: color,
|
||||||
lineWidth: 0.5, // 线宽
|
lineWidth: 0.5, // 线宽
|
||||||
sizeAttenuation: 1, // 是否随距离衰减
|
sizeAttenuation: 1, // 是否随距离衰减
|
||||||
transparent: true, // 开启透明度
|
transparent: true, // 开启透明度
|
||||||
|
|
Loading…
Reference in New Issue