Rayex.Structs.Camera3D (Rayex v0.0.2) View Source

Camera3D

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.Camera3D{
  fovy: float(),
  position: Rayex.Structs.Vector3.t(),
  projection: integer(),
  target: Rayex.Structs.Vector3.t(),
  up: Rayex.Structs.Vector3.t()
}