rendajs / Renda

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

Mat4.setScale should take a single scalar #831

Open jespertheend opened 11 months ago

jespertheend commented 11 months ago

Since Vec3.multiply() also treats a single argument as a scalar, I was expecting Mat4.setScale() to do the same.