A function defined in BBMOD_BaseShader.gml
set_point_lights([_lights])
Sets uniforms BBMOD_U_LIGHT_PUNCTUAL_DATA_A and BBMOD_U_LIGHT_PUNCTUAL_DATA_B.
Name | Type | Description |
---|---|---|
_lights | Array<Struct.BBMOD_PointLight> |
An array of point lights. If undefined , then the lights defined using bbmod_light_point_add are passed. Only enabled lights will be used! |
Struct.BBMOD_BaseShader
Returns self
.
Please use bbmod_shader_set_punctual_lights instead.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.