BBMOD_Cubemap.to_single_surface

A function defined in BBMOD_Cubemap.gml

to_single_surface([_clearColor[, _clearAlpha]])

Description

Puts all faces of the cubemap into a single surface.

Arguments

Name Type Description
_clearColor Real The color to clear the target surface with before the cubemap is rendered into it. Defaults to c_black.
_clearAlpha Real The alpha to clear the targe surface with before the cubemap is rendered into it. Defaults to 1.

See also

BBMOD_Cubemap.Surface

Do you find this page helpful?

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