A function defined in BBMOD_BaseShader.gml
set_ibl([_ibl])
Sets a fragment shader uniforms BBMOD_U_IBL_ENABLE, BBMOD_U_IBL_TEXEL and BBMOD_U_IBL. These are required for image based lighting.
Name | Type | Description |
---|---|---|
_ibl | Struct.BBMOD_ImageBasedLight |
The image based light. If undefined , then the value set by bbmod_ibl_set is used. If the light is not enabled, then it is not passed. |
Struct.BBMOD_BaseShader
Returns self
.
Please use bbmod_shader_set_ibl instead.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.