mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 05:53:50 +00:00
Formatting.
This commit is contained in:
parent
dfe67935cf
commit
7968b710c3
@ -55,7 +55,7 @@ int main(void)
|
|||||||
// Select and setup the projection matrix
|
// Select and setup the projection matrix
|
||||||
glMatrixMode(GL_PROJECTION);
|
glMatrixMode(GL_PROJECTION);
|
||||||
glLoadIdentity();
|
glLoadIdentity();
|
||||||
gluPerspective(65.0f, (GLfloat)width/(GLfloat)height, 1.f, 100.0f);
|
gluPerspective(65.f, (GLfloat) width / (GLfloat) height, 1.f, 100.f);
|
||||||
|
|
||||||
// Select and setup the modelview matrix
|
// Select and setup the modelview matrix
|
||||||
glMatrixMode( GL_MODELVIEW );
|
glMatrixMode( GL_MODELVIEW );
|
||||||
|
Loading…
Reference in New Issue
Block a user