1 / 4

컴퓨터그래픽스 특론 Advanced Computer Graphics

컴퓨터그래픽스 특론 Advanced Computer Graphics. 한신대학교 대학원 컴퓨터공학과 류승택 2011. Spring. 강의 소개. 대상 : 한신대학교 대학원 컴퓨터공학과 기간 : 2011. 3. ~ 2011. 6. 시간 : 매주 수 6~8 교시 교재 자체제작 강의노트 OpenGL Shading Language (Paperback/ 3rd Ed.), Rost, Randi J., Licea-kane, Bill 저 , Addison-Wesley

irisa
Télécharger la présentation

컴퓨터그래픽스 특론 Advanced Computer Graphics

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. 컴퓨터그래픽스 특론Advanced ComputerGraphics 한신대학교 대학원 컴퓨터공학과 류승택 2011. Spring

  2. 강의 소개 • 대상: 한신대학교 대학원 컴퓨터공학과 • 기간: 2011. 3. ~ 2011. 6. • 시간: 매주 수 6~8교시 • 교재 • 자체제작 강의노트 • OpenGL Shading Language (Paperback/ 3rd Ed.), Rost, Randi J., Licea-kane, Bill 저, Addison-Wesley • Official GLSL documentation • Official GLSL quick reference guide • 강의노트 • 홈페이지 : http://bluelancer.ba.ro

  3. Lecture Outline • GPU Based 3D Programming • GPU (Graphic Processor Unit) Programming • GPU Programming Overview • GLSL Programming Environment Setup • Vertex Shader • Fragment Shader (=Pixel Shader) • Unified Shaders (Add Geometry Shader) • Build Own Shader

  4. Requirement • Required hardware • Nvidia’s GeForce 8 series or better board • ATI’s Radeon R600 series or better board • Required software: • MS Windows and Visual C++ (6.0 or later) • GLUT(OpenGL Utility Toolkit) • OpenGL / GLSL • Reference • CIRL GPU Lesson • Lighthouse 3D GLSL tutorial • NeHe OpenGL/GLSL Tutorials • Martin’s OpenGL Shading Language Tutorials • OpenGL API OpenGL Shading Language Sample Code & Tutorials

More Related