sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
PerspectiveCamera.Builder
sbylib
graphics
camera
perspectivecamera
PerspectiveCamera
Undocumented in source.
class
PerspectiveCamera
static
struct
Builder {
float
near
;
float
far
;
float
aspect
;
Angle
fov
;
PerspectiveCamera
build
();
}
Members
Functions
build
PerspectiveCamera
build
()
aspect
float
aspect
;
far
float
far
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fov
Angle
fov
;
Undocumented in source.
near
float
near
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
camera
perspectivecamera
PerspectiveCamera
functions
projectionMatrix
structs
Builder
variables
aspect
far
fov
near