dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
ShadowMap
dagon
graphics
shadowmap
Undocumented in source.
abstract
class
ShadowMap : Owner {
uint
resolution
;
Light
light
;
this
(Owner owner);
bool
enabled
();
void
resize
(uint res);
void
update
(Time t);
}
Constructors
this
this
(Owner owner)
Undocumented in source.
Members
Functions
enabled
bool
enabled
()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void
resize
(uint res)
Undocumented in source.
update
void
update
(Time t)
Undocumented in source.
Variables
light
Light
light
;
Undocumented in source.
resolution
uint
resolution
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
shadowmap
classes
ShadowMap