Reverb Send Curve Asset

From COD Engine Research
Revision as of 17:54, 27 December 2014 by Aerosoul94 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The reverbsendcurve asset is only used in Ghosts. It uses the same structure as the sndcurve and lpfcurve assets.

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