GetCameraMatrix abstract method

MatrixStructType GetCameraMatrix(
  1. Camera3DStructType camera
)

Get camera transform matrix (view matrix)

Implementation

MatrixStructType GetCameraMatrix(
  Camera3DStructType camera,
);