1 | initial version |
https://github.com/toji/gl-matrix/blob/master/src/quat.js#L355-L374
2 | No.2 Revision |
you can construct a quat using fromEuler(), see here:
https://github.com/toji/gl-matrix/blob/master/src/quat.js#L355-L374
3 | No.3 Revision |
you can construct a quat directly from the rvec, using fromEuler(), see here:
https://github.com/toji/gl-matrix/blob/master/src/quat.js#L355-L374