This commit is contained in:
Kurt Hutten
2024-04-25 06:09:39 +10:00
committed by GitHub
parent bf2dcd808f
commit 2fc7c0d5fd
11 changed files with 13 additions and 1 deletions

View File

@ -1326,6 +1326,17 @@ export class EngineCommandManager {
this.lastArtifactMap = this.artifactMap
this.artifactMap = {}
await this.initPlanes()
await this.sendSceneCommand({
type: 'modeling_cmd_req',
cmd_id: uuidv4(),
cmd: {
type: 'make_axes_gizmo',
clobber: false,
// If true, axes gizmo will be placed in the corner of the screen.
// If false, it will be placed at the origin of the scene.
gizmo_mode: true,
},
})
}
subscribeTo<T extends ModelTypes>({
event,