Unk Call 5AC

Signature

void unkCall_5ac(int state, float focusDistance, float aperture); //id:0x05ac

Description

Sets a depth of field effect for the currently active event camera started via functions like Camera Start 7D.

Arguments

State

Controls if the depth of field effect will be enabled (1) or disabled (0).

Focus Distance

The focus distance of the depth of field.

The closer the camera is to the subject it's focusing on, the narrower the depth of field will be.

Aperture

The aperture size of the depth of field.

The smaller it is, the deeper the depth of field.

Notes

The focus distance and aperture arguments are only used if the state argument is set to 1.

Last updated