mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-29 11:54:30 +01:00
fix for #20: circles are broken in 3d
This commit is contained in:
parent
2ad94fe2db
commit
d9bf86013c
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ SketchFace.prototype.syncSketches = function(geom) {
|
|||
}
|
||||
addSketchConnections(geom.constructionSegments, this.SKETCH_CONSTRUCTION_MATERIAL);
|
||||
addSketchConnections(geom.connections, this.SKETCH_MATERIAL);
|
||||
addSketchConnections(geom.loops, this.SKETCH_MATERIAL);
|
||||
addSketchConnections(arrFlatten1L(geom.loops), this.SKETCH_MATERIAL);
|
||||
|
||||
for (let line of polyLines.values()) {
|
||||
this.sketch3DGroup.add(line);
|
||||
|
|
|
|||
Loading…
Reference in a new issue