MatrixMultiplyValue
mat = raylib.MatrixIdentity scaled = raylib.MatrixMultiplyValue(mat, 2.0) // Every element of the identity matrix is multiplied by 2
There was an error while loading. Please reload this page.