lerp the camera look at #948
Unanswered
carmandale
asked this question in
Q&A
Replies: 1 comment
-
Here's an example https://codesandbox.io/s/bold-jepsen-wx036?file=/src/index.js just like you did with position, you can lookAt to a vector (and animate/lerp that) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this...
from this:
https://codesandbox.io/s/r3f-basic-demo-nsb7f?file=/src/App.js:597-994
and I want to also lerp the lookAt. I can't seem to figure out how to make that work. I thought it would be like the camera.position since that is also a vector3.
can anyone help?
thanks,
Dale
Beta Was this translation helpful? Give feedback.
All reactions