1
This commit is contained in:
@ -223,6 +223,7 @@ export class AppPlacementWall {
|
||||
this.scene
|
||||
);
|
||||
line.color = new Color3(1, 1, 1); // 白色
|
||||
line.isPickable = false; // 禁用边框的点击
|
||||
this.borderLines.push(line);
|
||||
});
|
||||
}
|
||||
@ -265,6 +266,7 @@ export class AppPlacementWall {
|
||||
this.scene
|
||||
);
|
||||
line.color = lineColor;
|
||||
line.isPickable = false; // 禁用边框的点击
|
||||
this.borderLines.push(line);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user