Skip to content

Commit

Permalink
add maud preset
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 3, 2024
1 parent 97d66b3 commit 31dd0ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ const presetsColor: Record<string, Colors> = {
default: { ...colorsDefault },
}
const presets: Record<string, Preset> = {
maud: {
rotation2D: 0,
handleLength: 10,
rotate: { x: -0.1, y: -7, z: -2 },
},
classic: {
rotation2D: 0,
rotate: { x: -0.13, y: -6.63, z: -1.2 },
Expand Down

0 comments on commit 31dd0ac

Please sign in to comment.