This commit is contained in:
2025-03-23 00:57:58 +03:00
parent 74f2241bcf
commit 5a1014a239

View File

@@ -40,7 +40,6 @@ namespace omath::unity_engine
{0, 1.f / (fovHalfTan), 0, 0},
{0, 0, (far + near) / (far - near), -(2.f * far * near) / (far - near)},
{0, 0, -1.f, 0},
};
}
} // namespace omath::unity_engine