setShadowPropsCube

Sets shadow's cube properties.

━ Syntax

[bool status] setShadowPropsCube(int resolution, int count)

━ Usage

local result = vEngine.config.setShadowPropsCube(1024, 1) --Updates our shadow's cube properties
print(result) --Prints result

Last updated