1 / 9

볼링 (Bowling)

실감나조 (Team SilGamNa ). 볼링 (Bowling). 고려대학교 2011 년 1 학기 Computer Graphics. 컴퓨터학과 05 김현식 컴퓨터학과 05 홍종찬. Contents. System Environment Object Modeling Physics Reflection. System Environment. IDE Visual Studio 2010 Language C++, OpenGL. Object Modeling. Ball Mesh Loader( obj )

trang
Télécharger la présentation

볼링 (Bowling)

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. 실감나조(Team SilGamNa) 볼링(Bowling) 고려대학교 2011년 1학기 Computer Graphics 컴퓨터학과 05 김현식 컴퓨터학과 05 홍종찬

  2. Contents • System Environment • Object Modeling • Physics • Reflection

  3. System Environment • IDE • Visual Studio 2010 • Language • C++, OpenGL

  4. Object Modeling • Ball • Mesh Loader(obj) • Texture Mapping • Surrounded by glWireSphere • Bowling Pin • Mesh Loader(obj) • Surrounded by glWireCube • Increase 10 pin

  5. Object Modeling(continued) • Lane • Texture Mapping • Reflections and Shadows only shown on this area

  6. Collision Detection & Response • Assume that bowling pins are similar to cube

  7. Reflections and Shadows • Stencil Buffer • Calculate shadow matrix correlated with Plane and Light Position • Designate area where we’d like to display reflections and shadows

  8. DEMO

  9. Reference • NeHe Production(http://nehe.gamedev.net) • Physics for Game Developers by David M Bourg • Beginning Math and Physics for Game Programmers by Wendy Stahler • Real-time rendering by Tomas Möller • Improving Shadows and Reflections via the Stencil Buffer by Mark J. Kilgard • http://www.turbosquid.com/3d-models/free-3ds-mode-bowling-pins/597006

More Related