package raylib

  1. Overview
  2. Docs

Module Raylib.Camera3DSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval create : Vector3.t -> Vector3.t -> Vector3.t -> float -> CameraType.t -> t

create position target up fovy defines a camera position/orientation in 3d space

Sourceval position : t -> Vector3.t
Sourceval target : t -> Vector3.t
Sourceval up : t -> Vector3.t
Sourceval fovy : t -> float
Sourceval typ : t -> CameraType.t