gfx.sdfgi.set_y_scale

Client

Sets the Y-axis scale mode of SDFGI post-processing effect


Syntax

local status = gfx.sdfgi.set_y_scale(
    value
)

Parameters

TypeNameDescription
gfx.sdfgi.y_scalevalueY scale mode to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set tighter vertical packing for a tall vertical scene
gfx.sdfgi.set_y_scale(gfx.sdfgi.y_scale.PERCENT_50)

On this page