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] 11 months ago

Patch Changes

  • 050a7128: Set pointerEvents for noTransform divs
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • ac981216: Fixed useTask options
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Minor Changes

  • 44488636: Declared beta
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 2ae76e18: Threlte 7 compatibility
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 2ae76e18: Threlte 7 compatibility
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Major Changes

threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • 02802bf3:
    • Fix teleport cursor rotation when hovering on rotated objects.
    • Fix useController and useHand not setting store values if a <Controller> / <Hand> component was not created.
    • Fix XR Controllers not rendering default models if unmounted and remounted.
    • Fix XR Hands not properly unmounting objects in the wrist slot if they lost connnection.
    • Fix hit tests not stopping when a session is exited.
    • Removed some uncommon optional features from the <ARButton> to prevent console warnings appearing in most apps.
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • Add create event for RigidBody, Collider, and AutoCollider
  • Set frustumCulled = true on <Debug>
  • Minor performance improvements
threlte - @threlte/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • f026619b: Eagerly set canvas size on start
threlte - @threlte/[email protected]

Published by github-actions[bot] 12 months ago

Patch Changes

  • 038107fd: - Added the pointerControls plugin.
    • Added the teleportControls plugin.
    • breaking: Removed <TeleportControls>. Use the teleportControls plugin instead.
threlte - @threlte/[email protected]

Published by github-actions[bot] 12 months ago

Patch Changes

  • 56330979: Fixed prop defaults of <Text>
threlte - @threlte/[email protected]

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

Minor Changes

  • bcc96f23: Added <AnimatedSpriteMaterial>
threlte - @threlte/[email protected]

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

Minor Changes

  • 20e8711a: Added <CSM> to extras
threlte - @threlte/[email protected]

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

Minor Changes

  • 7212d9d8: Tailwind parser fix
threlte - [email protected]

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

Patch Changes

  • 7212d9d8: Removed Alpha state from flex package in create-threlte
  • 7212d9d8: Bumped create-threlte template dependency versions
threlte - @threlte/[email protected]

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

Minor Changes

  • c2ddef77: Added suspended store to return type of useSuspense
threlte - @threlte/[email protected]

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

Minor Changes

  • 8b55284e: Added loader.load support to useLoader
threlte - @threlte/[email protected]

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

Minor Changes

  • 206fbc83: Added suspense support to <GLTF> and <Environment>

Patch Changes

  • 79a7fa4f: Aligned onReveal with onMount in that you may return a cleanup function that runs whenever a component is resuspended or unmounted
threlte - @threlte/[email protected]

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

Patch Changes

  • 8ebaa97b: Force svelte/motion to use session.requestAnimationFrame when presenting
threlte - @threlte/[email protected]

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

Patch Changes

  • 060fbbdf: Changed eventDispatcher to rawEventDispatcher in <Suspense>, added type def