Skip to content

Tags: hmans/drei

Tags

v9.7.1

Toggle v9.7.1's commit message
fix: render texture should have render priority

v9.7.0

Toggle v9.7.0's commit message
feat: render texture

v9.6.2

Toggle v9.6.2's commit message
fix: remove instances length check

v9.6.1

Toggle v9.6.1's commit message
fix: pmndrs#815 instance buffer draw range

v9.6.0

Toggle v9.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: expose Image transparent and opacity property (pmndrs#879)

* fix: expose transparent and opacity property

* fix: map opacity to shaders alpha

* docs: added transparency props

* docs: added storybook for Image transparent

* docs: update transparent example

* Update README.md

* feat: Added texture prop to Image

* fix: Revert tsconfig.json

* fix: remove unused types

* fix: compress images

* fix: use single Image component

Co-authored-by: Gianmarco <gianmarcosimone89@gmail.com>
Co-authored-by: Faraz Shaikh <farazzshaikh@gmail.com>

v9.5.7

Toggle v9.5.7's commit message
fix: update dependencies pmndrs#870

v9.5.6

Toggle v9.5.6's commit message
fix: no reason to make meshreflmat transparent by default

v9.5.5

Toggle v9.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: updates `three-stdlib` to type problem with `Line` component (pm…

…ndrs#880)

v9.5.4

Toggle v9.5.4's commit message
fix: effects should default to halffloatbuffer

v9.5.3

Toggle v9.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Type and story fixes for Segments (pmndrs#864)

* fix: optimized types in Segments

* fix: faster init in Segments story

* fix: call extend less times on parent component

* fix: maintain segments public api

* fix: also change color in segments story