I have question about videoTexture use #2322
Answered
by
drcmda
cqiang1993
asked this question in
Q&A
Replies: 1 comment 1 reply
-
<Canvas>
<mesh>
<meshBasicMaterial map={texture} toneMapped={false} />
... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cqiang1993
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.
-
By comparing the use of regular HTML with that of react three, I find that the color display is different in videoTexture.



html:
react-three(linearEncoding):
react-three(sRGBEncoding):
So I don't know how to adjust it.
Beta Was this translation helpful? Give feedback.
All reactions