GetCameraUp abstract method

Vector3StructType GetCameraUp(
  1. Camera3DStructType camera
)

Returns the up vector (normalized) of camera.

The up vector might not be perpendicular to the forward vector.

Implementation

Vector3StructType GetCameraUp(
  Camera3DStructType camera,
);