GFXSSR
gfx.ssr.get_depth_tolerance
Client
Retrieves the current depth tolerance of the SSR post-processing effect
Syntax
local result = gfx.ssr.get_depth_tolerance()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current depth tolerance value |
Examples
engine.print("info", "SSR depth tolerance:", gfx.ssr.get_depth_tolerance())