Skip to content

Tags: lulinhai1982/drei

Tags

v9.14.2

Toggle v9.14.2's commit message
fix: html uselayouteffect

v9.14.1

Toggle v9.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: GizmoHelper messing up OrbitControls rotation axes after snapping (

pmndrs#945)

v9.14.0

Toggle v9.14.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 `encoding` prop to `Environment` (pmndrs#925)

* fix: set correct encoding for cubemap

Fix pmndrs#924

* fix: add encoding prop

* fix: add docs

v9.13.2

Toggle v9.13.2's commit message
fix: remove log

v9.13.1

Toggle v9.13.1's commit message
fix: html crashes if event target is exchanged, needs to re-create th…

…e root

v9.13.0

Toggle v9.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Bump stdlib; Add reset to transfromControls story (pmndrs#928)

v9.12.0

Toggle v9.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useHelper): allow ref value to be null (pmndrs#919)

v9.11.4

Toggle v9.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow <Effects> children to be null (pmndrs#936)

v9.11.3

Toggle v9.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Reconnect events if controls change (pmndrs#878)

When the camera changed, new controls were created but the corresponding
event callbacks weren't added back to the new controls thus not firing
the event callbacks given by the user or not invalidating the frame.

Applies to: OrbitControls, TrackballControls, TransformControls

Closes pmndrs#873 pmndrs#886

v9.11.2

Toggle v9.11.2's commit message
fix: mask id dependency