1 / 5

Computer Graphics with OpenGL

Computer Graphics with OpenGL. 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판 , 번역서 , Edward Angel 저 , 강영민 역 , 사이텍미디어 , 2009 참고서적 : [1] Computer Graphics with OpenGL, Donald Hearn and M. Pauline Baker, International ed., Prentice Hall Inc., 2004

nash-harper
Download Presentation

Computer Graphics with OpenGL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Computer Graphics with OpenGL 교재: [1] OPENGL을 이용한 컴퓨터 그래픽스 5판, 번역서, Edward Angel 저, 강영민 역, 사이텍미디어, 2009 참고서적: [1] Computer Graphics with OpenGL, Donald Hearn and M. Pauline Baker, International ed., Prentice Hall Inc., 2004 [2] 컴퓨터그래픽스 with OpenGL, 번역서, 이병래, 강현철, 김용규, 김학수 공역, 홍릉과학출판사, 2006 [3] OpenGL Superbible, Richard S. Wright, Jr. Benjamin Lipchak 외 저, 최현호 역, 정보문화사, 2005 강의노트: vrlab.suwon.ac.kr/mwlee

  2. 컴퓨터그래픽스 2013-1 • 수업 내용 • 컴퓨터그래픽스 이론 • OpenGL을 이용한 컴퓨터그래픽스 5판 • OpenGL 예제 프로그래밍 검토 • OpenGL Superbible 3판 • 시간별 수업 내용 • 금 4-5교시(105호): CG 이론 • 금 6교시(306호): / OpenGL 예제 • 강의자료: http://vrlab.suwon.ac.kr/mwlee 컴퓨터그래픽스

  3. OpenGL 프로그래밍 예제 • OpenGL 예제 이용한 파라미터 변경 • OpenGL • www.opengl.org • GLUT • http://www.opengl.org/resources/libraries/glut/ • OpenGL Sample • OpenGL SuperBible 3판 예제 컴퓨터그래픽스

  4. GLUT 프로그램 설치 • 비주얼 C++ • GLUT 라이브러리: glutdlls37beta • http://www.opengl.org/ • http://www.opengl.org/resources/libraries/glut/ • GLUT 설치 • Visual Studio 6 • glut.h  C:\Program Files\Microsoft Visual Studio\VC98\Include\GL • glut32.lib  C:\Program Files\Microsoft Visual Studio\VC98\Lib • glut32.dll  C:\Windows\System32 • Visual Studio 2005 • glut.h  C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\gl • glut32.lib  C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib • glut32.dll  C:\Windows\System32 컴퓨터그래픽스

  5. Visual Studio 2008 • glut.h  C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\gl • glut32.lib  C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib • glut32.dll  C:\Windows\System32 • Visual Studio 2010 • glut.h  C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\gl • glut32.lib  C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib • glut32.dll  C:\Windows\System32 • glut32.dll  C:\Windows\SysWOW64 // 폴더없으면 안해도 됨 컴퓨터그래픽스

More Related