fixed bugs

This commit is contained in:
Vasyl Kazakov
2026-06-03 11:49:30 +03:00
parent e14b97b5e7
commit adf4e4b9bf
15 changed files with 523 additions and 149 deletions
+5
View File
@@ -57,7 +57,12 @@ export class InteractiveZoneC {
if ("color" in cloned) {
this.baseColors.set(cloned, (cloned.color as Color).clone());
}
cloned.depthWrite = true;
cloned.polygonOffset = true;
cloned.polygonOffsetFactor = 2;
cloned.polygonOffsetUnits = 2;
mesh.material = cloned;
mesh.renderOrder = 0;
});
this.refreshFillVisual();