PointLight

Undocumented in source.

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