GetCameraViewMatrix abstract method

MatrixStructType GetCameraViewMatrix(
  1. Camera3DStructType camera
)

Returns the view matrix for camera.

Implementation

MatrixStructType GetCameraViewMatrix(
  Camera3DStructType camera,
);