Ejemplo n.º 1
0
 public Matrix4X4 GetPerspectiveMatrix(double xEyeShift = 0)
 {
     return(Transformations3D.SimplePerspectiveWithEyeShift(2.0, xEyeShift));
 }
Ejemplo n.º 2
0
 public Matrix4X4 GetPerspectiveMatrix(double xEyeShift)
 {
     return(Transformations3D.SimplePerspectiveWithEyeShift(ObserverOffset, xEyeShift));
 }