is there a version that will work with React Three Fiber? #3
Answered
by
srcnalt
carmandale
asked this question in
Q&A
-
I can't seem to make it work. |
Beta Was this translation helpful? Give feedback.
Answered by
srcnalt
Aug 4, 2021
Replies: 1 comment
-
Hi, this package is based on React Three Fiber. The dependencies are as follows: {
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "7.0.5",
"@types/three": "^0.130.1",
"three": "^0.130.1"
} If you mean Otherwise could you provide more detail on the problem you are having? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srcnalt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this package is based on React Three Fiber. The dependencies are as follows:
If you mean
react-three-fiber
(which is now obsolete) instead of@react-three/fiber
I do not have plans to convert it to older versions.Otherwise could you provide more detail on the problem you are having?