Class Scene.stationary_camera


class stationary_camera : object .. end
A basic camera;;; Warning! This code is untested!
Inherits
val mutable fovy : float
val mutable position : float * float * float
val mutable rotation : float
val mutable tilt : float
val mutable viewport : int * int
method set_position : float * float * float -> unit
method set_fovy : float -> unit
method resize_viewport : int * int -> unit
method viewport_size : int * int
method face : float * float * float -> unit
method fovy : float
method apply : render_context -> unit
method z_bounds : float * float