Reputation: 4010
I set {Object3D}.eulerOrder = 'YZX';
and then rotate the object with {Object3D}.rotation.set(...)
, and I get the following warning: "THREE.Object3D: .eulerOrder is now .rotation.order.".
I tried changing the {Object3D}.rotation.order
to all the different permutations, but the warning remains.
https://jsfiddle.net/mocdo0h7/
Upvotes: 0
Views: 399