[PATCH] Adding overloaded methods for using Matrix4 structures in GL.LoadMatrix [commited]
Posted Sunday, 16 March, 2008 - 17:06 by georgwaechter in
hello,
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
Mar 16
19:07:00Re: [PATCH] Adding overloaded methods for using Matrix4 structur
posted by InertiaThank you! Great patch :)
Mar 16
23:41:55Re: [PATCH]
posted by the FiddlerThanks. will apply tomorrow.
Mar 26
19:31:17Re: [PATCH] Adding overloaded methods for using Matrix4 structur
posted by georgwaechterplease don't forget to commit the patch to the repository :-) ... (and my math patch i send you as private message)
Apr 11
18:21:49Re: Commited
posted by the FiddlerCommited.