
[PATCH] Adding overloaded methods for using Matrix4 structures in GL.LoadMatrix [commited]
Posted Sunday, 16 March, 2008 - 17:06 by georgwaechter inhello,
i have created a patch that makes the following modifications/additions to GLHelper.cs:
- Adding LoadMatrix(ref Matrix4 mat)
- Adding LoadTransposeMatrix(ref Matrix4 mat)
- Adding MultTransposeMatrix(ref Matrix4 mat)
- Modified GL.MultMatrix(Matrix4 mat) to GL.MultMatrix(ref Matrix4 mat)
The patch is attached to this message (compressed as zip-file).
georg
| Attachment | Size |
|---|---|
| Matrix.zip | 504 bytes |


Comments
Re: [PATCH] Adding overloaded methods for using Matrix4 structur
Thank you! Great patch :)
Re: [PATCH]
Thanks. will apply tomorrow.
Re: [PATCH] Adding overloaded methods for using Matrix4 structur
please don't forget to commit the patch to the repository :-) ... (and my math patch i send you as private message)
Re: Commited
Commited.