Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
local transform space default
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomut1 committed May 25, 2024
1 parent 3b1da4b commit d9eb4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/services/EditorHelperState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const EditorHelperState = defineState({
initial: () => ({
transformMode: TransformMode.translate as TransformModeType,
transformModeOnCancel: TransformMode.translate as TransformModeType,
transformSpace: TransformSpace.world as TransformSpaceType,
transformSpace: TransformSpace.local as TransformSpaceType,
transformPivot: TransformPivot.Selection as TransformPivotType,
gridSnap: SnapMode.Grid as SnapModeType,
translationSnap: 0.5,
Expand Down

0 comments on commit d9eb4d2

Please sign in to comment.