ca-lib2 v2.0.2 (2017-03-16T06:40:07Z)
Dub
Repo
TwoDimBasicRenderer
caLib
renderers
TwoDimBasicRenderer
Undocumented in source.
struct
TwoDimBasicRenderer (
Ct
Lt
Pt
)
if
(
isColorPalette
!(
Pt
,
Ct
) &&
isLattice
!(
Lt
,
Ct
, 2)
) {
this
(Lt* lattice, Pt* palette, Window window);
void
render
();
void
screenshot
(string path);
void
startRecording
(string path, uint framerate);
void
stopRecording
();
void
moveViewport
(int xDir, int yDir);
void
zoom
(int factor);
}
Constructors
this
this
(Lt* lattice, Pt* palette, Window window)
Undocumented in source.
Members
Functions
moveViewport
void
moveViewport
(int xDir, int yDir)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
screenshot
void
screenshot
(string path)
Undocumented in source.
startRecording
void
startRecording
(string path, uint framerate)
Undocumented in source. Be warned that the author may not have intended to support it.
stopRecording
void
stopRecording
()
Undocumented in source. Be warned that the author may not have intended to support it.
zoom
void
zoom
(int factor)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
caLib
renderers
TwoDimBasicRenderer
structs
TwoDimBasicRenderer
templates
create_TwoDimBasicRenderer