Skip to content

Commit

Permalink
fix: set default pixel size to 1cm because its more reasonable for no…
Browse files Browse the repository at this point in the history
…rmal R3F scenes
  • Loading branch information
bbohlender committed Mar 31, 2024
1 parent 0f028ce commit 7a35139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uikit/src/components/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { ElementType, patchRenderOrder, useOrderInfo } from '../order.js'
import { useApplyPreferredColorSchemeProperties } from '../dark.js'
import { useApplyActiveProperties } from '../active.js'

export const DEFAULT_PIXEL_SIZE = 0.002
export const DEFAULT_PIXEL_SIZE = 0.01

export type RootProperties = WithConditionals<
WithClasses<
Expand Down

0 comments on commit 7a35139

Please sign in to comment.