LPF Curve Asset

From COD Engine Research
Revision as of 12:48, 23 February 2014 by Aerosoul94 (talk | contribs) (Created page with "__NOTOC__ Category:Assets Category:Ghosts LPF likely stands for low-pass filter. This asset is only used in Ghosts. It uses the same structure as the sndcurve and reve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LPF likely stands for low-pass filter. This asset is only used in Ghosts. It uses the same structure as the sndcurve and reverbsendcurve asset.

struct LPFCurve
{
	const char *filename;
	unsigned __int16 knotCount;
	vec2_t knots[16];
};