Skip to content

Tags: msub2/drei

Tags

v7.5.0

Toggle v7.5.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 onStart, onEnd, onChange props to OrbitControls (pmndrs#513)

* feat: add onStart, onEnd, onChange props to OrbitControls

* feat: add event props to remaining controls

v7.4.0

Toggle v7.4.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 Billboarded wrapper component (pmndrs#385)

* feat: add Billboarded wrapper component

Adds an alternative approach to billboarding that allows any child to be billboarded, not just planes.

* refactor!: make Billboard use group

* fix: prevent rotation when moving camera around

* docs: show an example with group position and not

* fix: use simple quaternion copy for billboard

v7.3.1

Toggle v7.3.1's commit message
fix: loader tofixed(2) percentage

v7.3.0

Toggle v7.3.0's commit message
feat: update three-stdlib (GLTFLoader)

v7.2.2

Toggle v7.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(html): update the world matrix (plus ancestors) of the target gro…

…up in useFrame() (pmndrs#491)

Without this in certain situations the Html component can lag the group when the group's component transform is updated

v7.2.1

Toggle v7.2.1's commit message
fix: control types, stage supports r3f.controls

v7.2.0

Toggle v7.2.0's commit message
feat: support r3f.controls field for better controls management

v7.1.3

Toggle v7.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: useGLTF typing (pmndrs#483)

v7.1.2

Toggle v7.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 to 2.3.1 (pmndrs#480)

v7.1.1

Toggle v7.1.1's commit message
fix: add useXYZ.clear