Beispiel #1
0
 public Matrix <double> GetProjectionMatrix()
 {
     return(MatrixHelpers.CalculatePerspectiveProjectionMatrix(NearPlane, FarPlane,
                                                               FieldOfView, AspectRatio));
 }