How do I get THREE.DataTexture
to work with react-three-fiber?
#3391
Unanswered
AlexanderZeilmann
asked this question in
Q&A
Replies: 1 comment
-
Okay, I got it working using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having difficulties getting
THREE.DataTexture
to work in react-three-fiber.Here is an old codepen I found that renders a DataTexture using pure three.js.
And here is the conversion to react-three-fiber, which does not render the DataTexture.
I also used a variety of data format without any success. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions