sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Camera
sbylib
graphics
camera
camera
Undocumented in source.
abstract
class
Camera {
mat4
projectionMatrix
();
mixin
ImplPos
;
mixin
ImplRot
;
mixin
ImplViewMatrix
;
void
capture
(Entity e);
}
Members
Functions
capture
void
capture
(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
projectionMatrix
mat4
projectionMatrix
()
Undocumented in source.
Mixins
__anonymous
mixin
ImplRot
Undocumented in source.
__anonymous
mixin
ImplPos
Undocumented in source.
__anonymous
mixin
ImplViewMatrix
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
camera
camera
classes
Camera