修复:户型Z轴不为0时,渲染器还原屋顶和地板的包围遮光板错误

pull/2051/head
ChenX 2 years ago
parent 63a481235e
commit 83b67b8bc5

@ -269,6 +269,9 @@ export class RoomRegionParse
wall.Update();
}
for (let roof of roofs)
roof.Z0();
return roofs;
}

Loading…
Cancel
Save