Reverb Send Curve Asset
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];
};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];
};