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