dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
LightParams.add
dlangui
graphics
scene
light
LightParams
returns true if light is added (not a duplicate, and enabled)
void
add
(Lights lights)
bool
add
(Light light)
struct
LightParams
bool
add
(
Light
light
)
Meta
Source
See Implementation
dlangui
graphics
scene
light
LightParams
functions
add
reset
properties
empty
variables
_lights
u_directionalLightColor
u_directionalLightDirection
u_pointLightColor
u_pointLightPosition
u_pointLightRangeInverse
u_spotLightColor
u_spotLightDirection
u_spotLightInnerAngleCos
u_spotLightOuterAngleCos
u_spotLightPosition
u_spotLightRangeInverse
returns true if light is added (not a duplicate, and enabled)