BBMOD_DepthOfFieldEffect.AutoFocusPoint

A variable defined in BBMOD_DepthOfFieldEffect.gml

Description

Struct.BBMOD_Vec2 Screen coordiate to sample the depth buffer at when AutoFocus is enabled. Use values in range (0, 0) (top left corner) to (1, 1) (bottom right corner). Default value is (0.5, 0.5) (screen center).

Note

This requires readback of the depth buffer on the CPU, which negatively affects performance!

See also

BBMOD_DepthOfFieldEffect.AutoFocus

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.