fix #IZNK0 修正内部槽UV错误

optLineOffset
ChenX 5 years ago
parent 6ee3d6d7ce
commit 983224fddc

@ -1054,13 +1054,13 @@ export class ExtrudeSolid extends Entity
geo.applyMatrix(this.contourCurve.OCS); geo.applyMatrix(this.contourCurve.OCS);
} }
this.csg = Geometry2CSG(geo);
if (this.grooves.length === 0) if (this.grooves.length === 0)
{ {
ScaleUV(geo); ScaleUV(geo);
return geo; return geo;
} }
this.csg = Geometry2CSG(geo);
for (let g of this.grooves) for (let g of this.grooves)
{ {

Loading…
Cancel
Save