how come there is no .needsUpdate
in r3f's codebase
#2944
Unanswered
bigmistqke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I noticed how there are no .needsUpdate-calls in react-three-fiber's codebase.
How does it work when I change for example the
transparent
-prop of aMaterial
? According to threejs you should set.needsUpdate
of a Material after changingtransparent
, but I don't see anywhere in the codebase where this is being done.I ask in regards to the solid port of react-three-fiber.
Beta Was this translation helpful? Give feedback.
All reactions