mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00
EXAMPLES: Format tweaks
This commit is contained in:
@@ -64,7 +64,7 @@ int main(void)
|
||||
Vector3 axis = Vector3Normalize((Vector3){ (float)GetRandomValue(0, 360), (float)GetRandomValue(0, 360), (float)GetRandomValue(0, 360) });
|
||||
float angle = (float)GetRandomValue(0, 180)*DEG2RAD;
|
||||
Matrix rotation = MatrixRotate(axis, angle);
|
||||
|
||||
|
||||
transforms[i] = MatrixMultiply(rotation, translation);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user