BBMOD_BaseShader.set_ibl DEPRECATED

A function defined in BBMOD_BaseShader.gml

set_ibl([_ibl])

Description

Sets a fragment shader uniforms BBMOD_U_IBL_ENABLE, BBMOD_U_IBL_TEXEL and BBMOD_U_IBL. These are required for image based lighting.

Arguments

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.

Returns

Struct.BBMOD_BaseShader Returns self.

Deprecated

Please use bbmod_shader_set_ibl instead.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.