Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN THREE.Quaternion: .inverse() has been renamed to invert(). #212

Open
igorroman777 opened this issue May 17, 2021 · 2 comments
Open

Comments

@igorroman777
Copy link

igorroman777 commented May 17, 2021

I am using expo-three with three.js.
After updating three.js to 0.128 I get the warning:

WARN THREE.Quaternion: .inverse() has been renamed to invert().

But I have no line in my code with: .inverse()

OrbitControls uses e.g. the

var quatInverse = quat.clone().inverse();

Yes, without OrbitControlsView there is no warning!

@anisseben
Copy link

Hi,
I have the same warning, did you find how to fix it ?

@Rustamyan94
Copy link

In the OrbitControls code rename . inverse() to .invert() and it will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants