MatrixPerspective abstract method
Get perspective projection matrix
NOTE: Fovy angle must be provided in radians
Implementation
MatrixD MatrixPerspective(
double fovY,
double aspect,
double nearPlane,
double farPlane,
);
Get perspective projection matrix
NOTE: Fovy angle must be provided in radians
MatrixD MatrixPerspective(
double fovY,
double aspect,
double nearPlane,
double farPlane,
);