Closed rbabich closed 2 years ago
In USD, the GfQuatf() and GfQuaterion() constructors take W-X-Y-Z, but internally, the ordering is X-Y-Z-W:
GfQuatf()
GfQuaterion()
private: [GfVec3f](https://graphics.pixar.com/usd/release/api/class_gf_vec3f.html) _imaginary; float _real;
https://graphics.pixar.com/usd/release/api/quatf_8h_source.html
Great, thank you!
In USD, the
GfQuatf()
andGfQuaterion()
constructors take W-X-Y-Z, but internally, the ordering is X-Y-Z-W:https://graphics.pixar.com/usd/release/api/quatf_8h_source.html