Details

Add VHS Real VHS HQ effect to your camera.

*without and with CameraFilterPack VHS Real VHS HQ


Property

Range

Default

TRACKING 0 to 1 0.212f
Constrast 0 to 1.5f 1f

Manipulate VHS Real VHS HQ by script

Example:

// Drag and Drop your Camera GameObject 
// with the VHS Real VHS HQ component 
// to your current script on the CamFX_VHS_Real VHS HQ field 

public CameraFilterPack_Real_VHS CamFX_VHS_Real VHS HQ; 

void Update() 
{
	CamFX_VHS_Real VHS HQ.TRACKING = 0.212f;
}