sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
PerspectiveCamera
sbylib
graphics
camera
perspectivecamera
Undocumented in source.
class
PerspectiveCamera :
Camera
{
float
near
;
float
far
;
float
aspect
;
Angle
fov
;
mat4
projectionMatrix
();
struct
Builder
;
}
Members
Functions
projectionMatrix
mat4
projectionMatrix
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Builder
struct
Builder
aspect
float
aspect
;
far
float
far
;
Undocumented in source.
Variables
fov
Angle
fov
;
Undocumented in source.
near
float
near
;
Undocumented in source.
Inherited Members
From Camera
projectionMatrix
mat4
projectionMatrix
()
Undocumented in source.
__anonymous
mixin
ImplPos
Undocumented in source.
__anonymous
mixin
ImplRot
Undocumented in source.
__anonymous
mixin
ImplViewMatrix
Undocumented in source.
capture
void
capture
(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sbylib
graphics
camera
perspectivecamera
classes
PerspectiveCamera