Game Programming Class13

esse quam videri
Revision as of 01:10, 27 April 2009 by Jeff (talk | contribs) (New page: ==Camera== Microsoft Examples [http://creators.xna.com/en-US/sample/chasecamera Chase Camera] [http://msdn.microsoft.com/en-us/library/bb203909.aspx How To: Make a Third-Person Camera] ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Camera

Microsoft Examples

Chase Camera

How To: Make a Third-Person Camera


We have been working with the World/View/Projection Matrix in the game class. I'd like to encapsulate the camera in a camera class that can be reused in out library.

IntroCamera.zip

Collision

Collision Detection Overview

  • BoundingSphere
  • BoundingBox

XNA Collision Detection for 3D models - Part 2 How To: Detect Whether Two Models Collide http://msdn.microsoft.com/en-us/library/bb203906.aspx Shooting Broken it's shoots all crazy Intro3dShoot.zip Homework

Fix the shooting example to hurl the mesh of you choice the direction that we are looking in.