| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Nov 9 '11 at 20:29 | |
| stats | profile views | 2 |
|
Aug 26 |
comment |
How to create a perspective field of view matrix? OpenGL expects a right-handed, column-major matrix. DirectX spits out a left-handed, row-major matrix. You would need to transpose the matrix twice (once to fix the 'handedness' and once to fix the 'majorness'). Transposing it a second time cancels out the first transpose. Using this logic, the way DirectX uses a matrix in memory is the same as OpenGL's matrix. |
|
Aug 26 |
awarded | Student |
|
Aug 26 |
awarded | Editor |