
GL.Ortho behaves other than combination of OpenTK.Matrix4d.CreateOrthographic and GL.MultMatrix
Posted Monday, 2 November, 2009 - 13:10 by Anonymous| Project: | The Open Toolkit library |
| Version: | 1.0-beta-1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
- GL.Ortho generated M44=1.0
- the combination of OpenTK.Matrix4d.CreateOrthographic and GL.MultMatrix generates M44=0.0


Comments
#1
Thanks for reporting this, I would have missed the issue otherwise. Fixed in rev. 2415.
Note that the single-precision version is working correctly in 0.9.9-3 (as a temporary workaround).
#2
Closing issues fixed in 1.0 beta-1.