You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation page of the vec3, there's a small error.
It's about the fonction transformMat3 who transforms the vec3 with a mat3.
The parameter type of the matrix in the documentation are false.
It's require a mat3 and in the doc it's a mat4
Parameters:
Name Type Description
out vec3 the receiving vector
a vec3 the vector to transform
m mat4 the 3x3 matrix to transform with
Thanks you
The text was updated successfully, but these errors were encountered:
In the documentation page of the vec3, there's a small error.
It's about the fonction transformMat3 who transforms the vec3 with a mat3.
The parameter type of the matrix in the documentation are false.
It's require a mat3 and in the doc it's a mat4
Parameters:
Name Type Description
out vec3 the receiving vector
a vec3 the vector to transform
m mat4 the 3x3 matrix to transform with
Thanks you
The text was updated successfully, but these errors were encountered: