示例#1
0
 public SystemView(PlanetarySystem sys)
 {
     this.sys    = sys;
     this.camera = new Camera(sys.Max(b => Vector3.Magnitude(b.position - sys.origin)), Vector3.zero);
     SetMax();
 }