diff options
| author | Olivier Goutet <olivier.goutet@gmail.com> | 2009-11-05 14:48:03 +0100 |
|---|---|---|
| committer | Olivier Goutet <olivier.goutet@gmail.com> | 2009-11-05 14:48:03 +0100 |
| commit | 83387a484c515e5234bd60f741578a6ac894bff5 (patch) | |
| tree | b0e9a950ca872ab67766b3831a4858aafbdc9855 /opengl/tests/gl_basic/gl_basic.cpp | |
| parent | 0b95a572a04073ba85dd860caf8fe724d807358d (diff) | |
Correction of an error in the setRotate method of the ColorMatrix class.
The matrix rotation params around the 2nd axis was not set correctly:
Initial matrix for axis 2 (green):
cos 0 sin 0 0
0 1 0 0 0
-sin 0 0 0 0
0 0 cos 1 0
After correction:
cos 0 -sin 0 0
0 1 0 0 0
sin 0 cos 0 0
0 0 0 1 0
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
0 files changed, 0 insertions, 0 deletions
