public FarFollowCamera(Game game, Objects.PhysicsGameObject target)
 {
     m_Game = game;
     this.target = target;
     ComputeMatrix();
 }
Beispiel #2
0
 public CockpitCamera(Game game, Objects.PhysicsGameObject target)
 {
     m_Game = game;
     this.target = target;
     ComputeMatrix();
 }