fix for #20: circles are broken in 3d

This commit is contained in:
Val Erastov 2016-12-19 04:08:13 -08:00
parent 2ad94fe2db
commit d9bf86013c

View file

@ -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);