Reverb Send Curve Asset

From COD Engine Research
Revision as of 12:50, 23 February 2014 by Aerosoul94 (talk | contribs) (Created page with "The reverbsendcurve asset is only used in Ghosts. It uses the same structure as the sndcurve and lpfcurve assets. <source lang="cpp"> struct ReverbSendCurve { const char *fil...")
(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 ReverbSendCurve
{
	const char *filename;
	unsigned __int16 knotCount;
	float knots[16][2];	
};