5
我有這樣的代碼是上下文「的#Version 330芯」什麼是現代OpenGL中的gl_ModelViewMatrix和gl_ModelViewProjectionMatrix?
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? (什麼是gl_ProjectionMatrix是用於創建ModelViewProjection?)
所有這些矩陣最近都被棄用並從核心上下文中刪除。現在的問題是他們現在有什麼相同之處,例如上面的代碼不使用已棄用的功能。 – 2010-09-18 11:35:12
@Lela Dax:添加了示例 – erjot 2010-09-18 12:57:06