evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
PointLight
evael
graphics
lights
PointLight
Undocumented in source.
class
PointLight :
Light
{
vec3
position
;
vec3
color
;
float
ambient
;
float
constant
;
float
linear
;
float
quadratic
;
bool
isEnabled
;
this
(vec3 position, vec3 color, float ambient, float constant, float linear, float quadratic, bool isEnabled);
}
Constructors
this
this
(vec3 position, vec3 color, float ambient, float constant, float linear, float quadratic, bool isEnabled)
Undocumented in source.
Members
Variables
ambient
float
ambient
;
Undocumented in source.
color
vec3
color
;
Undocumented in source.
constant
float
constant
;
Undocumented in source.
isEnabled
bool
isEnabled
;
Undocumented in source.
linear
float
linear
;
Undocumented in source.
position
vec3
position
;
Undocumented in source.
quadratic
float
quadratic
;
Undocumented in source.
Meta
Source
See Implementation
evael
graphics
lights
PointLight
classes
PointLight