Exemplo n.º 1
0
 public FarFollowCamera(Game game, Objects.PhysicsGameObject target)
 {
     m_Game = game;
     this.target = target;
     ComputeMatrix();
 }
Exemplo n.º 2
0
 public CockpitCamera(Game game, Objects.PhysicsGameObject target)
 {
     m_Game = game;
     this.target = target;
     ComputeMatrix();
 }