Exemple #1
0
 internal Orthographic(Schema2.CameraOrthographic ortho)
 {
     this.XMag = ortho.XMag;
     this.YMag = ortho.YMag;
     this.ZNear = ortho.ZNear;
     this.ZFar = ortho.ZFar;
 }
Exemple #2
0
 internal Orthographic(Schema2.CameraOrthographic ortho)
     : base(ortho.ZFar, ortho.ZFar)
 {
     this.XMag = ortho.XMag;
     this.YMag = ortho.YMag;
 }