-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
type/featA new featureA new feature
Description
When creating modelMatrix from rotation in pex-renderer i'm missing the following function
var tempMat4multQuatMat4 = mat4.create();
function mat4multQuat(m, q) {
mat4.fromQuat(tempMat4multQuatMat4, q);
mat4.mult(m, tempMat4multQuatMat4);
return m;
}Do you think it would be worth adding?
Metadata
Metadata
Assignees
Labels
type/featA new featureA new feature