dwmkerr / dwmkerr/sharpgl

Always Get Identity Matrix ?

Open
#190 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.