mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
mtxLookAt: Fixed up.
This commit is contained in:
@@ -260,7 +260,7 @@ namespace bx
|
||||
right = normalize(uxv);
|
||||
}
|
||||
|
||||
up = cross(right, view);
|
||||
up = cross(view, right);
|
||||
|
||||
_result[ 0] = right.x;
|
||||
_result[ 1] = up.x;
|
||||
|
||||
Reference in New Issue
Block a user