/
Michelle Daniels Michelle Daniels

Michelle Daniels - PDF document

lindy-dunigan
lindy-dunigan . @lindy-dunigan
Follow
406 views
Uploaded On 2015-07-29

Michelle Daniels - PPT Presentation

httpwwwglprogrammingcomblue httpcvshaskellorgHugspageslibrariesOpenGLGraphicsRenderingOpenGLGL BasicTypeshtmlt3AGLuint httpopenglutsourceforgenetgroupapihtml http ID: 96333

http://www.glprogramming.com/blue/ http://cvs.haskell.org/Hugs/pages/libraries/OpenGL/Graphics-Rendering-OpenGL-GL- BasicTypes.html#t%3AGLuint http://openglut.sourceforge.net/group__api.html http:/

Share:

Link:

Embed:

Download Presentation from below link

Download Pdf The PPT/PDF document "Michelle Daniels" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Michelle DanielsÂ’ RobotÂ’s Usage of OpenGL, GLU, and GLUT Definitions adapted from: http://cs.uccs.edu/~semwal/indexGLTutorial.htmlOpenGL http://www.glprogramming.com/blue/ http://cvs.haskell.org/Hugs/pages/libraries/OpenGL/Graphics-Rendering-OpenGL-GL- BasicTypes.html#t%3AGLuint http://openglut.sourceforge.net/group__api.html http://www.opengl.org/resources/libraries/glut/spec3/node113.html glCallList( ) // Execute a display list. Types GLfloat //GL floating-point GLuint // GL unsigned 32-bit integer gluLookAt( ) // Define a viewing transformation by specifying position of 3D Objects Functions: glutWireCube( ) // Draw a wire-frame cube, centered at origin. Windowing glutDisplayFunc( ) // Set display callback for current window. glutInit( ) // Initialize GLUT library. glutInitDisplayMode( ) // Set the window creation display mode. GLUT_DOUBLE argument signals double-glutInitWindowPosition( ) // Requests future windows to open at a given position. glutInitWindowSize( ) // Requests futureInitiate event loop. glutReshapeFunc( ) // Set reshape callback for current window; called when glutSwapBuffers( ) // Swap buffers for cu