Skip to main content

Auki::ConjureKit::Manna::Matrix4x4Extensions

Public Functions

Name
Matrix4x4FromToOpenGLUnityConvention(this Matrix4x4 openGlOrUnityTransformMatrix)
This converts transform matrices from OpenGL to Unity or viceversa. Basically, flips the z-value in the matrix.

Public Functions Documentation

function FromToOpenGLUnityConvention

static Matrix4x4 FromToOpenGLUnityConvention(
this Matrix4x4 openGlOrUnityTransformMatrix
)

This converts transform matrices from OpenGL to Unity or viceversa. Basically, flips the z-value in the matrix.

Parameters:

  • openGlTransformMatrix

Return: