Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WARN THREE.Quaternion: .inverse() has been renamed to invert().
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