Пример #1
0
 public Mat4f GetProjMatrix()
 {
     return(Mat4f.PerspectiveZ(Zoom * ONEDEGRAD, AspectRatio, NearPlane, FarPlane));
 }