Always Get Identity Matrix ?
Open
- Dominant language
- C#
- Stars
- 804
- Forks
- 294
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
gL.MatrixMode(OpenGL.GL_PROJECTION_MATRIX);
gL.LoadIdentity();
gL.Perspective(45.0D,1.0D, 0.1D, 100.0D);
Matrix projection = gL.GetProjectionMatrix();
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.