mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Collider rendering
This commit is contained in:
@@ -144,7 +144,7 @@ namespace GlitchyEngine.Math
|
||||
{
|
||||
// http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/
|
||||
|
||||
var m = matrix.V;
|
||||
var m = matrix;
|
||||
|
||||
Quaternion result = ?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user