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] over 1 year ago

Major Changes

  • d9647fdc: Changed the default lighting mode from legacy to physical

Minor Changes

  • a27edc5f: Added option "useLegacyLights" on Canvas component, now defaulting to "true" to stay in line with defaults of three.js. Added prop types to plugins
threlte - @threlte/[email protected]

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

Major Changes

  • 8ed809b2: The hook useGltfAnimations does not provide a callback anymore because its usage was ambiguous. The signature also changed slightly. Check its documentation for details

Minor Changes

  • 151cdc08: useGltfAnimations now can also set a root object after its creation, the creation of the mixer etc is deferred by tick()
threlte - @threlte/[email protected]

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

Major Changes

  • 3a5376e2: Adapted gltf package to Threlte 6 T syntax
threlte - @threlte/[email protected]

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

Minor Changes

  • bd4a4b76: Added Portal and PortalTarget component
threlte - @threlte/[email protected]

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

Patch Changes

  • 33c37682: Moved lodash from dev dep to regular dep
threlte - @threlte/[email protected]

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

Major Changes

  • f0065c38: Removed components , , and
  • ae514436: Moved from core to extras, added createRawEventDispatcher to core
  • e28b8ada: Move audio context and components to extras
  • d649e237: Removed and respective type exports
  • 45821797: Remove components for lights, update docs and examples to v5

Minor Changes

  • 848af1ae: Added useRender: a hook that runs code after a frame has been invalidated, typically to implement custom render pipelines. Added the option to not automatically invalidate a frame with useFrame.
threlte - @threlte/[email protected]

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

Major Changes

  • d41cb6cf: Adapted rapier package to Threlte v6 syntax
threlte - @threlte/[email protected]

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

Patch Changes

  • d41cb6cf: Adapted theatre package to new TransformControls syntax
threlte - @threlte/[email protected]

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

Major Changes

  • fcfcc0e4: Refactored as well as . The new main source prop is now called "src" to accomodate the original prop "source" alognside.
  • 15309755: Converted to v5
  • df4b307b: Converted to v5

Minor Changes

  • ae514436: Moved from core to extras, added createRawEventDispatcher to core
  • e28b8ada: Move audio context and components to extras
  • aac59eb1: - Float component updated to V5.
    • Float added features: float direction and rotation can now happen on all 3 axes
      Backwards compatible

Patch Changes

  • 300cbe4e: Converted component to use Threlte v5 syntax. Changed prop name "threshold" to "thresholdAngle" (as it is used by three.js)
  • b71145ea: Environment: update Types to Threlte V5 standard
threlte - @threlte/[email protected]

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

Patch Changes

  • 8520f65: useDraco bugfix
threlte - @threlte/[email protected]

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

Patch Changes

  • 2629f80: Remove unnecessary get(store) calls
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • fb70869: required props in Grid component
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 65d2b64: all props should be optional
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 8120433: Added Mesh props to
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 104ba90: Republishing due to inconsistency
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • 8a6e02f: Feature: Grid component
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 8e1b3d4: Unsubscribe from theatre.js sheet object onDestroy
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 185c15f: Fixes a bug where the TransformControls would not re-enable the OrbitControls after auto-pausing.
threlte - @threlte/[email protected]

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 357bb54: fixes a bug where if the initial value was nullish, it wasn't reset