示例#1
0
 public TranslationCalculator(FlyingCameraView view, FlyingCameraModel model, KeyBindingsModel keyBindings)
 {
     this.view        = view;
     this.model       = model;
     this.keyBindings = keyBindings;
     this.moveAction  = keyBindings.moveAction;
 }
示例#2
0
 public RotationCalculator(FlyingCameraModel model)
 {
     this.model = model;
     mouseDelta = Mouse.current.delta;
 }