xiazeyu / live2d-widget.js

Live2D on webpages with out-of-the-box experience.
https://l2dwidget.js.org/
GNU Affero General Public License v3.0
1.55k stars 258 forks source link

perf: Better performance for MatrixStack #7

Closed xiazeyu closed 6 years ago

xiazeyu commented 6 years ago

Migrated from https://github.com/EYHN/hexo-helper-live2d/issues/90

https://github.com/avgjs/pixi-live2d/blob/master/src/lib/MatrixStack.js#L89 https://github.com/avgjs/pixi-live2d/blob/master/src/lib/glMatrix-mat4.js https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array https://github.com/avgjs/pixi-live2d/blob/master/src/lib/glMatrix-common.js https://msdn.microsoft.com/en-us/library/windows/desktop/bb153169(v=vs.85).aspx http://blog.csdn.net/schrodinger1900/article/details/52734568 http://glmatrix.net/docs/module-mat4.html

xiazeyu commented 6 years ago

https://github.com/xiazeyu/live2d-widget.js/commit/4174b54f2d6b114a9fb3ca6ef7dadf07dff06a6b https://github.com/xiazeyu/live2d-widget.js/commit/df437f1a6f19f199ebd92871f01b46a89f9851c4 https://github.com/xiazeyu/live2d-widget.js/commit/6c364b07a4e0ce2d63e98ea95fb127f6857f4471 https://github.com/xiazeyu/live2d-widget.js/commit/e047dde56c4b586476caeb38a907fa38ff7064c8

fixed.