fixed comments.

This commit is contained in:
hyzboy 2024-03-15 01:37:53 +08:00
parent 430a2f67e0
commit 2f93a1bb00

View File

@ -102,7 +102,7 @@ namespace hgl
0.0f
);
//经查证此代码等于glm::perspectiveRH_ZO之后将[1][1]乘-1在SaschaWillems的范例中如果反装Y,则[1][1]确实要乘-1。
//经查证此代码等于glm::perspectiveRH_ZO之后将[1][1]乘-1在SaschaWillems的范例中如果反转Y轴,则[1][1]确实要乘-1。
}
Matrix4f lookat(const Vector3f &eye,const Vector3f &target,const Vector3f &up)