Skip to contents

Get camera transform matrix (view matrix).

Usage

get_camera_matrix(camera)

Arguments

camera

A camera_3d.

Value

A numeric matrix of 4 by 4

Note

This function has been auto-generated from the following Raylib function definition:

Matrix GetCameraMatrix(Camera camera);