Skip to content

Commit

Permalink
WARN THREE.Quaternion: .inverse() has been renamed to invert().
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
igorroman777 authored May 17, 2021
1 parent 27e6479 commit 44d7b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-dom": "~16.9.0",
"react-native": "~0.61",
"react-native-web": "^0.11",
"three": "^0.108.0"
"three": "^0.128.0"
},
"dependencies": {
"react-native-web-hooks": "^3.0.1"
Expand Down

0 comments on commit 44d7b8e

Please sign in to comment.