60 likes | 121 Views
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
E N D
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
컴퓨터그래픽스 2012-2 • 수업 내용 • 컴퓨터그래픽스 이론 • OpenGL을 이용한 컴퓨터그래픽스 5판 • OpenGL 예제 프로그래밍 검토 • OpenGL Superbible 3판 • 시간별 수업 내용 • 월 4-5교시(309호): CG 이론 / OpenGL 예제 • 화 9교시(106호): CG 이론 • 강의자료: http://vrlab.suwon.ac.kr/mwlee 컴퓨터그래픽스2012-2
OpenGL 프로그래밍 예제 • OpenGL 예제 이용한 파라미터 변경 • OpenGL • www.opengl.org • GLUT • http://www.opengl.org/resources/libraries/glut/ • OpenGL Sample • OpenGL SuperBible 3판 예제 컴퓨터그래픽스2012-2
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
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 // 폴더없으면 안해도 됨