threlte

3D framework for Svelte

MIT License

Downloads
40.4K
Stars
2.1K
Committers
53

Bot releases are visible (Hide)

threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • cd27881c: Added suspend event to <Suspense>
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 62d3f395: Add ref binding to <InstancedMesh>
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 6d5e8339: Allow sessionInit overrides and fix useHeadset android chrome bug"
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 34741ea7: * (xr) - useHitTest: Allow hit testing from controllers / hands
    • (core) - Do not attempt to resize renderer when in an immersive xr session
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

  • 15a15873: Removed pascal-casing of output file in favor of more reliable output file naming for automation purposes. The output file will now be 1:1 filename.glb -> filename.svelte.
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

  • 30e87470: useTexture is assigning the correct colorSpace based on the renderer. Migration: If you rely on a different colorSpace in your texture than the renderer is set to, use the option transform to transform the texture to THREE.NoColorSpace, which used to be the default.
  • ca47ae2a: Remove deprecated props, events and slot props on <Align>, remove <Center> export. Migration: Replace <Center> with <Align>, replace the prop autoCenter with auto, replace the event on:center with on:align, replace the slot prop let:center with let:align.
threlte - [email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • e2f16366: Model Pipeline: Do not process a file if it's already present.
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 34741ea7: * (xr) - useHitTest: Allow hit testing from controllers / hands
    • (core) - Do not attempt to resize renderer when in an immersive xr session
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 052f0345: fix: Add missing useHeadset export
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • d9edba52: Added reactivity to the prop order on <Box>
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • c7d5455e: Fixed the prop order on <Box>, cleaned up the Node Context
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 1a872d57: Add useHeadset hook
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 3fa76eda: Fixed memory access out of bounds bug, added reflow event to <Box> component
  • eb087a16: Added the hooks useDimensions and useReflow, added width and height slot props on <Flex>
  • c308e3ec: Reverted tsconfig to standard
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • fca15c2: Fix hands, hand joints, and useHitTest docs examples
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Major Changes

  • be722cf: ## Grid component update:

    • New types of grid: lines, circular and polar.
    • Added background option to to the Grid
    • breaking: renamed axes property to plane. It now accepts two letter prop 'xz' | 'xy' | 'zy' instead of 3 letter prop 'xzy' | 'xyz' | 'zyx'

    Migration:

    • change axes to plane in all of your <Grid/> components and use the new two-letter values (for example, xzy would become xz).
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 17f938b: Make canvas properties reactive and document non-reactive properties
threlte - [email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • eba2939: Dynamic version resolution of dependencies, added tsconfig
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 38fb44fa: Changed signature of createClassParser
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 24cdb1e2: Casing fix
threlte - @threlte/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 19345c5d: Added handcrafted types to include Yoga types and updated lockfile