SpotLight

Undocumented in source.

Constructors

this
this(vec3 color, float range, float innerAngle, float outerAngle)
Undocumented in source.

Members

Properties

innerAngle
float innerAngle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
innerAngleCos
float innerAngleCos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
outerAngle
float outerAngle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
outerAngleCos
float outerAngleCos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
LightType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_innerAngle
float _innerAngle;
Undocumented in source.
_innerAngleCos
float _innerAngleCos;
Undocumented in source.
_outerAngle
float _outerAngle;
Undocumented in source.
_outerAngleCos
float _outerAngleCos;
Undocumented in source.

Inherited Members

From PointLight

_range
float _range;
Undocumented in source.
_rangeInverse
float _rangeInverse;
Undocumented in source.
type
LightType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
range
float range [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
range
float range [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
rangeInverse
float rangeInverse [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta