Get y-rotation matrix NOTE: Angle must be provided in radians
// Rotate 90 degrees around the Y axis angle = 90 * (pi / 180) r = raylib.MatrixRotateY(angle)
There was an error while loading. Please reload this page.