我有这段代码,它是上下文“#version 330 core”
gl_Position = PerspectiveViewMatrix(90.0, AspectRatio, 0.01, 1000.0 )
* TranslationMatrix(0, 0, -4 -0.35*MouseWheel)
* RotationMatrix(MouseMovement.y, X_AXIS)
* RotationMatrix(-MouseMovement.x, Y_AXIS)
* RotationMatrix(float(Strafing*3), Z_AXIS)
* TransformationMatrix
* in_Vertex;
哪一部分是旧的gl_ModelViewMatrix,哪一部分是gl_ModelViewProjectionMatrix?(用于创建 ModelViewProjection 的 gl_ProjectionMatrix 是什么?)