rendajs / Renda

A modern rendering engine for the web.
https://rendajs.org
MIT License
10 stars 4 forks source link

`Quat.toMat4()` should be `Mat4.createRotation()` #914

Closed jespertheend closed 4 months ago

jespertheend commented 5 months ago

We already have Quat.createTranslation() and Quat.createScale() so we should reuse this pattern.