mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
reorder service layer
This commit is contained in:
parent
8fa8b7757b
commit
85bc6cd711
1 changed files with 2 additions and 2 deletions
|
|
@ -226,9 +226,9 @@ Viewer.prototype._setupServiceLayer = function() {
|
|||
|
||||
layer = new Layer("_service", Styles.SERVICE);
|
||||
// layer.objects.push(new CrossHair(0, 0, 20));
|
||||
layer.objects.push(new BasisOrigin(null, this));
|
||||
layer.objects.push(this.referencePoint);
|
||||
layer.objects.push(new Point(0, 0, 2));
|
||||
layer.objects.push(this.referencePoint);
|
||||
layer.objects.push(new BasisOrigin(null, this));
|
||||
this._serviceLayers.push(layer);
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue