开发:固定洞的二维颜色

pull/1918/head
ChenX 2 years ago
parent 9c6de76bbc
commit 931977a34b

@ -359,8 +359,8 @@ export class RoomHolePolyline extends RoomHoleBase
{ {
if (renderType === RenderType.Wireframe) if (renderType === RenderType.Wireframe)
{ {
let l = obj as LineSegments; // let l = obj as LineSegments;
l.material = ColorMaterial.GetLineMaterial(this.ColorIndex); // l.material = ColorMaterial.GetLineMaterial(this.ColorIndex);
} }
else if (renderType === RenderType.Conceptual) else if (renderType === RenderType.Conceptual)
{ {

Loading…
Cancel
Save