#keywords OpenGL, OpenSource [[TableOfContents]] == OpenGL이란? == == 관련 사이트 == [http://msdn.microsoft.com/en-us/library/ms537767(VS.85).aspx MSDN, OpenGL 파트] : 영어라 조금 보기 번거롭지만, 잘 정리되어 있다. [http://risl.snu.ac.kr/NosanR/opengl/opengl.html OpenGL을 win32에서 프로그래밍 하기 위한 기본 개념 정리] [http://soyoung.woweb.net/korea/spatial/3.htm MFC 환경에서 OpenGL을 사용하기 위한 초기화 과정 ] http://lucid.astronote.org/blog.php?id=lucid&q=ondestroy [http://neodreamer.tistory.com/269 C++ Builder 에서 OpenGL을 사용하기 위한 기본 뼈대] [http://opensourceforge.tistory.com/114 OpenGL C++ Builder] == OpenGL Man Page == [http://www.cs.rutgers.edu/~decarlo/428/glman.html OpenGL Man Page] || [glEnable] |||| [glClearColor] |||| [glMatrixMode] |||| [gluOrtho2D] |||| [glClear] |||| [glDepthFunc] || || [glLoadIdentity] |||| [glEnableClientState] |||| [glFlush] |||| [glTranslatef] |||| [glViewport] |||| [gluPerspective] || || [glutWireCube] |||| [glutSwapBuffers] |||| [glutReshapeFunc] |||| [glutInitDisplayMode] || || [glutInitWindowPosition] |||| [glutInitWindowSize] |||| [glutCreateWindow] |||| [glutDisplayFunc] || || [glutMainLoop] ||