A function defined in BBMOD_Cubemap.gml
to_single_surface([_clearColor[, _clearAlpha]])
Puts all faces of the cubemap into a single surface.
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. |
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.