package raylib

  1. Overview
  2. Docs
OCaml bindings for raylib

Install

Dune Dependency

Authors

Maintainers

Sources

raylib-0.3.1.tbz
sha256=7c61a548f1c013b168516ad80dba1024482279fdc404c7c5316a31d48cc7a179
sha512=385f124a1367043251d3b180a0f585488f3732a5148b12758d79ac06825cfc036f91357c9603827a2184548e5938bf7bb92fcd60927a94763e8e38cf2b038c44

doc/raylib/Raylib/Camera3D/index.html

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
OCaml

Innovation. Community. Security.