Skip to content

Tags: j-era/drei

Tags

v6.1.2

Toggle v6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bump three-stdlib from 2.0.8 to 2.2.0 (pmndrs#447)

* chore: bump three-stdlib from 2.0.8 to 2.1.0

* chore: bump three-stdlib from 2.1.0 to 2.2.0

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: made most props optional for TransformControls (pmndrs#445)

Co-authored-by: Phil Xia <phil.xia@gmail.com>

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add callback to extend the gltf loader for GLTF Extensions (pmn…

…drs#443)

* added callback to extend the gltf loader

* typescript fix

* replace loader by gltfloader in callback

v6.0.5

Toggle v6.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'master' of https://github.com/pmndrs/drei

v6.0.4

Toggle v6.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: bump stdlib for fix

v6.0.3

Toggle v6.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: lineMaterialParameters should be part of LineProps

resolves pmndrs#418

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: avoid updating orbit controls when controls are disabled (pmndrs…

…#437)

v6.0.1

Toggle v6.0.1's commit message
fix: positionalaudio cant disconnect on prop changes

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Prevent CameraShake from resetting the camera angle (pmndrs#433)

BREAKING CHANGE: Remove the additive property.

* Fix bug in CameraShake

Cameras that already have a rotation get reset by CameraShake, and additive is not a good solution.

* Clone the original rotation.

* Put knobs in the CameraShake story

* Reset rotation when OrbitControls change.

* Update the README

* Clearer explanation

v5.3.4

Toggle v5.3.4's commit message
fix: threejs being a bit obtuse today