mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
move global coordinate system to the auxGroup
This commit is contained in:
parent
007d67b7bb
commit
ce25b3b521
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export default class CadScene {
|
|||
let yAxis = createBasisArrow(new Vector(0, 1, 0), 0x00FF00);
|
||||
SceneGraph.addToGroup(this.basisGroup, xAxis);
|
||||
SceneGraph.addToGroup(this.basisGroup, yAxis);
|
||||
SceneGraph.addToGroup(this.workGroup, this.basisGroup, yAxis);
|
||||
SceneGraph.addToGroup(this.auxGroup, this.basisGroup, yAxis);
|
||||
this.hideGlobalCsys();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue